Translations:KIconEdit/11/fr: Difference between revisions

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

Revision as of 14:58, 26 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"}}
  • Compilez le
cd graphics
cmake . && make -j8 && su -c "make install/strip"