Metahuman_DNA_Calibration/dnacalib/DNACalib/README.md

17 lines
302 B
Markdown
Raw Permalink Normal View History

2022-10-31 18:15:50 +08:00
# DNACalib
## Build
Use [CMake](https://cmake.org/) 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 .
```