You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
610 B
610 B
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.