2025-04-17 13:00:39 +08:00

302 B

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 .