Skip to content
Snippets Groups Projects
Name Last commit Last update
include
.gitignore
.gitmodules
CMakeLists.txt
README.md

INSTALL

   $ mkdir build
   $ cd build
   $ cmake3 -DCMAKE_INSTALL_PREFIX=$YOUR_PREFIX ..
   $ make all
   $ make install