All translations

Enter a message name below to show all available translations.

Message

Found 2 translations.

NameCurrent message text
 h Danish (da){{Input|1=<syntaxhighlight lang="bash">
 cd konversation
 mkdir build
 cd build
 cmake -DCMAKE_BUILD_TYPE=debugfull -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=debugfull -DCMAKE_INSTALL_PREFIX=<desired install location> ../
 make
 sudo make install
</syntaxhighlight>}}