Skip to content

A cmake project to create a shared perplex (meemum) library

License

Notifications You must be signed in to change notification settings

bobmyhill/cmake_perplex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cmake_perplex

A cmake project to create a shared perplex (meemum) library for C++

To make the C header, compile all the PerpleX executables, create the shared C++ library and install to a given directory, type in the following commands:

tar xvf cmake.tar
cd include
python ./create_c_header.py
cd ..
cmake -D CMAKE_INSTALL_PREFIX=install .
make -fMakefile install

"install" can be changed to any preferred directory.

About

A cmake project to create a shared perplex (meemum) library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published