Translations:Autotools/6/fr: Difference between revisions

From Alliance Doc
Jump to navigation Jump to search
No edit summary
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
{{Commandes
{{Commands
|mkdir $HOME/LOGICIEL
|mkdir $HOME/LOGICIEL
|make install --prefix=$HOME/LOGICIEL
|make install --prefix=$HOME/LOGICIEL
}}
}}
Dans certains cas, il faut utiliser l'option  <tt>--prefix</tt> plutôt que <tt>make</tt>; référez-vous à la documentation du logiciel que vous voulez installer.
Dans certains cas, il faut utiliser l'option  <tt>--prefix</tt> plutôt que <tt>make</tt>; référez-vous à la documentation du logiciel que vous voulez installer.
Pour indiquer au système les chemins vers notre nouveau logiciel, il faut [[créer un module/en|create a module]].
Pour indiquer au système les chemins vers notre nouveau logiciel, il faut [[créer un module/en|créer un module]].

Latest revision as of 18:16, 12 February 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 (Autotools)
{{Commands
|mkdir $HOME/SOFTWARE
|make install --prefix{{=}}$HOME/SOFTWARE
}}
In other cases you must supply the <tt>--prefix</tt> option to <tt>./configure</tt> instead of to <tt>make</tt>; see the documentation for the particular software you are trying to install. You may also wish to [[Créer un module/en|create a module]] to show the system the paths to your newly installed software.
[name@server ~]$ mkdir $HOME/LOGICIEL

Dans certains cas, il faut utiliser l'option --prefix plutôt que make; référez-vous à la documentation du logiciel que vous voulez installer. Pour indiquer au système les chemins vers notre nouveau logiciel, il faut créer un module.