Translations:KIconEdit/11/da: Difference between revisions

From KDE UserBase Wiki
(Created page with "* Kompilér den {{Input|1=cd graphics cmake . && make -j8 && make install/strip}}")
 
No edit summary
 
Line 1: Line 1:
* Kompilér den
* Kompilér den
{{Input|1=cd graphics
{{Input|1=cd graphics
cmake . && make -j8 && make install/strip}}
cmake . && make -j8 && su -c "make install/strip"}}

Latest revision as of 15:48, 22 August 2011

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 (KIconEdit)
* compile it
{{Input|1=cd graphics
cmake . && make -j8 && su -c "make install/strip"}}
  • Kompilér den
cd graphics
cmake . && make -j8 && su -c "make install/strip"