Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
lib
 
 
src
 
 
 
 
 
 
 
 

README.md

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

Releases

No releases published

Packages

No packages published
You can’t perform that action at this time.