3. Tutorials

If you reached this section it means you can handle basic configuration. It’s time to see everything in detail and add more features.

Note

In provided examples:

  • CMake will be run in command-line format but CMake-GUI will work in a similar way, if behavior differs it will be noted explicitly

  • For the host platform Linux is chosen, use analogous commands if you use another host. E.g. use dir _builds on Windows instead of ls _builds

  • Unix Makefiles will be used as the generator. On *nix platforms this is the default generator. Peculiarities of other generators will be described explicitly