installation
Individual Libary
All the cyloncore libraries use the cmake build system and can be built with:
cmake -DCMAKE_INSTALL_PREFIX=/path
make -j8 install
Package Management
lrs-pkg
The most straightforward approach to install libraries is to use the lrs-pkg package management system. The first step is to install lrs-pkg following its install instructions.
Then add the repository of cyloncore packages with:
lrs-pkg get --repo cyloncore-core https://gitlab.com/cyloncore/lrs-pkg-core-repositories.git
Then the following command can be used to build and install a package:
lrs-pkg get packagename
lrs-pkg build packagename