All translations

Enter a message name below to show all available translations.

Message

Found one translation.

NameCurrent message text
 h English (en)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>