Jump to content

Translations:Development/Tutorials/First program/KDE4/30/en: Difference between revisions

From KDE TechBase
FuzzyBot (talk | contribs)
Importing a new version from external source
 
(No difference)

Latest revision as of 10:28, 11 March 2016

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (Development/Tutorials/First program/KDE4)
You can invoke CMake and make manually:
<syntaxhighlight lang="bash">
cmake . && make && make install
</syntaxhighlight>
Or, if you set up your environment as described in [[Getting_Started/Build/Environment|Getting Started/Build/Environment]], you can compile this code with:
<syntaxhighlight lang="bash">
cmakekde
</syntaxhighlight>

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