Translations:Lokalize/15/tr: Difference between revisions

From KDE Wiki Sandbox
(Created page with "{{Input|1=svn checkout --depth=files svn+ssh://hesabınız@svn.kde.org/home/kde/trunk/KDE/kdesdk}} ve {{Input|1=cd kdesdk && svn up cmake doc lokalize mkdir build cd build ...")
(No difference)

Revision as of 01:30, 4 February 2013

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://hesabınız@svn.kde.org/home/kde/trunk/KDE/kdesdk

ve

cd kdesdk && svn up cmake doc lokalize
 mkdir build
 cd build
 cmake .. -DCMAKE_BUILD_TYPE=RelWithDebInfo
 cd lokalize
 make -j2
 src/lokalize