Scripted Compilation on Linux Debian/Ubuntu: Difference between revisions

→‎Compiling only one program: Retitle and amend wording (trivial generalization)
(→‎Compiling only one program: Fix program names, add wikilinks)
(→‎Compiling only one program: Retitle and amend wording (trivial generalization))
Line 525: Line 525:
See the output of <code>download_and_compile.sh --help</code> for more details.
See the output of <code>download_and_compile.sh --help</code> for more details.


=== Compiling only one program ===
=== Compiling selected components ===


{{Note|The following is not necessarily up-to-date. See the output of <code>download_and_compile.sh --help</code> for the up-to-date list of components.}}
{{Note|The following is not necessarily up-to-date. See the output of <code>download_and_compile.sh --help</code> for the up-to-date list of components.}}


If you wish to recompile only one of the programs you can launch the script with one of the following parameters:
If you wish to download, build and install some of the available programs, you can launch <tt>download_and_compile.sh</tt> with one or more of the following component names:
* CMAKE (to compile and install only [https://cmake.org/ CMake])
* CMAKE (for the [https://cmake.org/ CMake] build tool)
* PLIB (to compile and install only [[PLIB]])
* PLIB (for the [[PLIB]] library)
* OSG (to compile and install only [[OpenSceneGraph]])
* OSG (for the [[OpenSceneGraph]] library)
* SIMGEAR (to compile and install only [[SimGear]])
* SIMGEAR (for the [[SimGear]] library)
* FGFS (to compile and install only FlightGear)
* FGFS (for FlightGear itself)
* DATA (to download / update only data files for FlightGear)
* DATA (for [[FGData]], the main set of data files used by FlightGear)
* FGRUN (to compile and install only [[Fgrun|FGRun]])
* FGRUN (for the [[Fgrun|FGRun]] launcher)
* TERRAGEAR (to compile and install only [[TerraGear]])
* TERRAGEAR (for [[TerraGear]])
* TERRAGEARGUI (to compile and install only [[TerraGear GUI]])
* TERRAGEARGUI (for [[TerraGear GUI]])
* OPENRADAR (to compile and install only [[OpenRadar]])
* OPENRADAR (for [[OpenRadar]])
* FGO (to compile and install only [[FGo!]])
* FGO (for the [[FGo!]] launcher)


=== Compiling the last known-stable versions ===
=== Compiling the last known-stable versions ===
377

edits