parent
812ef8e7a6
commit
c686f1bec5
@ -0,0 +1,16 @@
|
||||
---
|
||||
layout: page
|
||||
title: Building
|
||||
permalink: /building/
|
||||
---
|
||||
|
||||
## Building
|
||||
|
||||
cmkr requires a C++11 compiler, cmake >= 3.15.
|
||||
|
||||
```
|
||||
git clone https://github.com/build-cpp/cmkr
|
||||
cd cmkr
|
||||
cmake -Bbin
|
||||
cmake --build bin --parallel
|
||||
```
|
Loading…
Reference in new issue