--- layout: page title: Building permalink: /building/ --- ## Building cmkr requires a C++11 compiler, cmake >= 3.15. ```sh git clone https://github.com/build-cpp/cmkr cd cmkr cmake -Bbin cmake --build bin --parallel ```