C Examples Quick Start Install 'cmake': sudo apt update && sudo apt install cmake Create "build" directory: mkdir build Generate Cmake files: cmake -S src/ -B build/ Enter "src" directory: cd src Build: cmake --build ../build