Files
build-cpp-cmkr/docs/getting-started.md
T
2021-05-13 03:58:23 +02:00

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.