Translations:Development/Tutorials/First program/57/en

From KDE TechBase
mkdir build && cd build

You can invoke CMake and make manually:

cmake .. && make