Installation¶
Currently ct4l-lib is in its first steps. The only way to install it is by compiling the source code using cmake in the usual way. The following instructions were executed only in Linux-based operational systems.
Pre-requisites¶
- The non-development requirements are:
gcc with C++17 support
cmake
flex
bison
- For developers, the following packages are also needed:
gcovr
sphinx
breathe
Building¶
Clone the project repository:
git clone https://gitlab.com/ct4l/ct4l-lib.git
Execute the following commands:
cd ct4l-lib cmake -Bbuild cd build make