Fr/Script de compilation sous Linux Debian/Ubuntu: Difference between revisions

Jump to navigation Jump to search
Line 171: Line 171:


== Options ==
== Options ==
The script by default (without any option) will only compile FlightGear and Fgrun. To make it compile all, you need to launch the script with the ''ALL'' parameter. i.e.:
Le script par défaut (sans aucune option) compilera seulement FlightGear et Fgrun. Pour compiler tous les éléments vous devez lancer l'exécution du script avec l'option ''ALL''. Comme ceci:
<pre>
<pre>
./download_and_compile.sh ALL
./download_and_compile.sh ALL
</pre>
</pre>


=== Compiling only one program ===
=== Compilation d'un seul programme ===
If you wish to recompile only one of the programs you can launch the script with one of the following parameters:
Si vous voulez compiler un seul des programmes, vous pouvez lancer l'exécution du script avec l'une des options suivantes:
* PLIB (to compile and install only plib)
* PLIB (pour compiler et installer plib)
* OSG (to compile and install only OpenSceneGraph)
* OSG (pour compiler et installer OpenSceneGraph)
* SIMGEAR (to compile and install only Simgear)
* SIMGEAR (pour compiler et installer Simgear)
* FGFS (to compile and install only FlightGear)
* FGFS (pour compiler et installer FlightGear)
* DATA (to download / update only data files for FlightGear)
* DATA (pour télécharger/mettre à jour les fichiers data pour FlightGear)
* FGRUN (to compile and install only Fgrun)
* FGRUN (pour compiler et installer Fgrun)
* TERRAGEAR (to compile and install only terragear!)
* TERRAGEAR (pour compiler et installer terragear!)
* TERRAGEARGUI (to compile and install only terrageargui!)
* TERRAGEARGUI (pour compiler et installer terrageargui!)
* OPENRADAR (to compile and install only OpenRadar!)
* OPENRADAR (pour compiler et installer OpenRadar!)
* FGO (to compile and install only Fgo!)
* FGO (pour compiler et installer Fgo!)


=== Fast updating ===
=== Mise à jour rapide ===
There is a second parameter ''UPDATE'' that allows you to just update your installation. i.e.:
Il y a un second paramètre ''UPDATE'' qui permet de se limiter à la seule mise à jour de votre installation. Par exemple:
This will only update FGFS
<pre>
<pre>
./download_and_compile.sh FGFS UPDATE
./download_and_compile.sh FGFS UPDATE
</pre>
</pre>
Ceci provoquera la seule mise à jour de FGFS


=== Compiling last stable versions (Experimental) ===
=== Compiling last stable versions (Experimental) ===
117

edits

Navigation menu