Translations:Konversation/Sources/26/uk

From KDE UserBase Wiki
Revision as of 14:44, 6 August 2011 by Yurchor (talk | contribs) (Created page with "{{Input|1=<syntaxhighlight lang="bash"> cd konversation mkdir build cd build cmake -DCMAKE_BUILD_TYPE=debugfull .. make sudo make install </syntaxhighlight>}}")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
 cd konversation
 mkdir build
 cd build
 cmake -DCMAKE_BUILD_TYPE=debugfull ..
 make
 sudo make install