cli is a rich command-line interface library that has been extracted from its original project, namely AFF3CT. At this time this project is not documented.
First make sure to have installed a C++11 compiler
, CMake
and Git
. Then
install cli by running:
git clone --recursive https://github.com/aff3ct/cli.git
mkdir cli/build
cd cli/build
cmake .. -DCMAKE_BUILD_TYPE="Release"
make -j4