Skip to content
forked from aff3ct/cli

Command-line interface for AFF3CT.

License

Notifications You must be signed in to change notification settings

shaohua0720/cli

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

96 Commits
 
 
 
 
 
 
 
 
 
 
 
 

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

Languages

  • C++ 73.9%
  • C 18.9%
  • CMake 7.2%