Metahuman_DNA_Calibration/dnacalib/DNACalib
2022-11-29 14:25:24 +01:00
..
cmake initial commit 2022-11-29 14:25:24 +01:00
examples initial commit 2022-11-29 14:25:24 +01:00
include initial commit 2022-11-29 14:25:24 +01:00
src initial commit 2022-11-29 14:25:24 +01:00
CMakeLists.txt initial commit 2022-11-29 14:25:24 +01:00
README.md initial commit 2022-11-29 14:25:24 +01:00

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 .