/cmake_perplex

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

Primary LanguageCGNU General Public License v3.0GPL-3.0

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.