diff --git a/docs/building.markdown b/docs/building.markdown new file mode 100644 index 0000000..7e58b20 --- /dev/null +++ b/docs/building.markdown @@ -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 +```