Skip to content

aff3ct/cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Command-line interface for AFF3CT.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published