All translations
Enter a message name below to show all available translations.
Found one translation.
Name | Current 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> |