Translations:Development/Tutorials/First program/KDE4/30/en
You can invoke CMake and make manually:
cmake . && make && make install
Or, if you set up your environment as described in Getting Started/Build/Environment, you can compile this code with:
cmakekde