Jump to content

Translations:Lokalize/15/uk: Difference between revisions

From KDE Wiki Sandbox
Yurchor (talk | contribs)
No edit summary
Yurchor (talk | contribs)
No edit summary
Line 1: Line 1:
!!FUZZY!!{{Input|1=svn checkout --depth=files svn+ssh://youraccount@svn.kde.org/home/kde/trunk/KDE/kdesdk}}
{{Input|1=svn checkout --depth=files svn+ssh://youraccount@svn.kde.org/home/kde/trunk/KDE/kdesdk}}
і
і
{{Input|1=cd kdesdk && svn up cmake doc lokalize
{{Input|1=cd kdesdk && svn up cmake doc lokalize

Revision as of 19:12, 21 September 2010

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 (Lokalize)
{{Input|1=git clone <nowiki>git@git.kde.org:lokalize</nowiki>}}
and
{{Input|1=cd lokalize
 mkdir build
 cd build
 cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo ..
 make -j2
 ./src/lokalize
}}
svn checkout --depth=files svn+ssh://youraccount@svn.kde.org/home/kde/trunk/KDE/kdesdk

і

cd kdesdk && svn up cmake doc lokalize
 mkdir build
 cd build
 mkdir $HOME/kde43
 cmake .. -DCMAKE_INSTALL_PREFIX=$HOME/mykde -DCMAKE_BUILD_TYPE=RelWithDebInfo
 cd lokalize
 make -j2
 make install