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
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
* Compilez le
* Compilez le
{{Input|1=cd graphics
{{Input/fr|1=cd graphics
cmake . && make -j8 && make install/strip}}
cmake . && make -j8 && su -c "make install/strip"}}

Latest revision as of 13:01, 18 January 2019

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"