Scripted Compilation on Linux Debian/Ubuntu: Difference between revisions

→‎Additional programs: ALL doesn't work at all as advertized (maybe it used to, but this hasn't been the case for years)
(Remove the TerraSync section: 1) run_terrasync.sh is not created anymore by d&c and 2) TS is built into FG (has been for years))
(→‎Additional programs: ALL doesn't work at all as advertized (maybe it used to, but this hasn't been the case for years))
Line 161: Line 161:


== Additional programs ==
== Additional programs ==
If you wish to get all the other programs, you need to launch the script adding the "ALL" option to the command line:
 
<pre>
If you wish to get other programs, you need to launch the script with the desired component names as arguments. For instance:
./download_and_compile.sh ALL
./download_and_compile.sh SIMGEAR FGFS DATA OSG
</pre>
 
This, will also install FGCOM, FGComGui and Atlas
The available components are (in April 2019):<br />
CMAKE, PLIB, OPENRTI, OSG, SIMGEAR, FGFS, DATA, FGRUN, FGO, FGX, OPENRADAR, ATCPIE, TERRAGEAR, TERRAGEARGUI.
 
The full, up-to-date list of these components can always be obtained by running:
./download_and_compile.sh --help


=== Launching FGCOM ===
=== Launching FGCOM ===
377

edits