mirror of
https://github.com/build-cpp/cmkr
synced 2026-06-08 13:22:55 +00:00
610 B
610 B
layout, title, permalink, nav_order
| layout | title | permalink | nav_order |
|---|---|---|---|
| page | Getting started | /getting-started/ | 1 |
Getting started
The easiest way to get started is to use the cmkr_for_beginners template repository. Either open it in Gitpod, or clone the repository and run:
cmake -B build
cmake --build build
Alternatively you can check out the cmkr topic or the build-cpp organization for more examples and templates.