Step 4 of 5
Configure and build
From the project root: cmake -B build creates the build folder; cmake --build build produces the executable.
Follow these steps
- Run
cmake -B build. - Run
cmake --build build. - If errors appear, read the message—usually a typo in
main.cpp.
Tip: Environment guide: /en/introduccion/entorno/