Translations:Development/Tutorials/First program/KDE4/30/en

From KDE TechBase

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