All translations
Appearance
Enter a message name below to show all available translations.
Found 3 translations.
Name | Current message text |
---|---|
h Danish (da) | {{Input|1=<syntaxhighlight lang="bash"> cd konversation mkdir build cd build cmake -DCMAKE_BUILD_TYPE=debug -DCMAKE_INSTALL_PREFIX=<desired install location> ../ make sudo make install </syntaxhighlight>}} |
h English (en) | {{Input|1=<syntaxhighlight lang="bash"> cd konversation mkdir build cd build cmake -DCMAKE_BUILD_TYPE=debug -DCMAKE_INSTALL_PREFIX=<desired install location> ../ make sudo make install </syntaxhighlight>}} |
h Ukrainian (uk) | {{Input|1=<syntaxhighlight lang="bash"> cd konversation mkdir build cd build cmake -DCMAKE_BUILD_TYPE=debug -DCMAKE_INSTALL_PREFIX=<desired install location> ../ make sudo make install </syntaxhighlight>}} |