Translations:Konversation/KDE4 Sources/26/uk

From KDE UserBase Wiki
Revision as of 12:35, 28 January 2015 by Yurchor (talk | contribs) (Created page with "{{Input|1=<syntaxhighlight lang="bash"> cd konversation mkdir build cd build cmake -DCMAKE_BUILD_TYPE=debugfull -DCMAKE_INSTALL_PREFIX=<desired install location> ../ make...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
 cd konversation
 mkdir build
 cd build
 cmake -DCMAKE_BUILD_TYPE=debugfull -DCMAKE_INSTALL_PREFIX=<desired install location> ../
 make
 sudo make install