Translations:Lokalize/15/de-formal: Difference between revisions

From KDE UserBase Wiki
(Created page with "{{Input|1=git clone <nowiki>[email protected]:lokalize</nowiki>}} und anschließend {{Input|1=cd lokalize mkdir build cd build cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo .. mak...")
 
No edit summary
 
Line 2: Line 2:
und anschließend
und anschließend
{{Input|1=cd lokalize
{{Input|1=cd lokalize
mkdir build
mkdir build
cd build
cd build
cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo ..
cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo ..
make -j2
make -j2
./src/lokalize
./src/lokalize
}}ein.
}}ein.

Latest revision as of 13:39, 27 August 2020

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

und anschließend

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

ein.