Translations:Lokalize/15/tr: Difference between revisions

From KDE UserBase Wiki
(Created page with "{{Input|1=svn checkout --depth=files svn+ssh://hesabını[email protected]/home/kde/trunk/KDE/kdesdk}} ve {{Input|1=cd kdesdk && svn up cmake doc lokalize mkdir build cd build ...")
 
No edit summary
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Input|1=svn checkout --depth=files svn+ssh://hesabınız@svn.kde.org/home/kde/trunk/KDE/kdesdk}}
{{Input|1=git clone <nowiki>git@git.kde.org:lokalize</nowiki>}}
ve
and
{{Input|1=cd kdesdk && svn up cmake doc lokalize
{{Input|1=cd lokalize
  mkdir build
  mkdir build
  cd build
  cd build
  cmake .. -DCMAKE_BUILD_TYPE=RelWithDebInfo
  cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo ..
cd lokalize
  make -j2
  make -j2
  src/lokalize
  ./src/lokalize
}}
}}

Latest revision as of 14:47, 13 April 2017

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>[email protected]:lokalize</nowiki>}}
and
{{Input|1=cd lokalize
 mkdir build
 cd build
 cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo ..
 make -j2
 ./src/lokalize
}}
git clone [email protected]:lokalize

and

cd lokalize
 mkdir build
 cd build
 cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo ..
 make -j2
 ./src/lokalize