Installation¶
This program may be compiled as a shared library or as stand-alone python and R libraries.
C++¶
To build the shared library, ninja(s) are needed.
pip install cmake ninja
The following dependencies are included as submodules:
Armadillo http://arma.sourceforge.net/docs.html
Catch2 (unit tests only) https://github.com/catchorg/Catch2/blob/master/docs/Readme.md#top
pybind11++ (python bindings only) https://pybind11.readthedocs.io
spdlog (logging) https://github.com/gabime/spdlog
Use make to install the
headers and shared libraries (here the destination is the /opt/
directory)
make install INSTALL_DIR=/opt