Translations:Development/Tutorials/First program/KDE4/30/en: Difference between revisions
Appearance
Importing a new version from external source |
(No difference)
|
Latest revision as of 10:28, 11 March 2016
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