Skip to content

Latest commit

 

History

History

DNACalib

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

DNACalib

Build

Use CMake to generate the build-scripts required for building DNACalib, e.g. by executing the following commands from the project root directory:

mkdir build
cd build
cmake ..

And subsequently, to start the build process:

cmake --build .