Translations:Kronometer/41/uk: Difference between revisions

From KDE UserBase Wiki
(Created page with "<syntaxhighlight lang="bash"> mkdir build && cd build cmake -DCMAKE_INSTALL_PREFIX=`qtpaths --install-prefix` .. sudo make install </syntaxhighlight>")
 
(No difference)

Latest revision as of 12:53, 25 February 2018

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 (Kronometer)
<syntaxhighlight lang="bash">
mkdir build && cd build
cmake -DCMAKE_INSTALL_PREFIX=`qtpaths --install-prefix` ..
sudo make install
</syntaxhighlight>
mkdir build && cd build
cmake -DCMAKE_INSTALL_PREFIX=`qtpaths --install-prefix` ..
sudo make install