Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 492 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 492 Bytes

cli: Command-line interface

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.

Installation

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