Skip to content

Latest commit

 

History

History

software

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Dependencies

Compiling and Building

To compile this software, just execute the command below:

make

The outputs and the executable file will be stored in the folder "build". This output folder can be customized using the flag "BUILD_DIR":

make BUILD_DIR=<dir>