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

From KDE TechBase
Revision as of 10:28, 11 March 2016 by FuzzyBot (talk | contribs) (Importing a new version from external source)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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