Scripted Compilation on Linux Debian/Ubuntu: Difference between revisions

Remove section “Fast updating” (UPDATE has been removed years ago and is the default mode of operation) and amend the previous warning (I wrote it for the now-removed section)
(→‎Options: Fix outdated contents)
(Remove section “Fast updating” (UPDATE has been removed years ago and is the default mode of operation) and amend the previous warning (I wrote it for the now-removed section))
Line 224: Line 224:
=== Compiling only one program ===
=== Compiling only one program ===


{{Warning|The following is not up-to-date. See [[User:Rominet]] or the output of <code>download_and_compile.sh --help</code>.}}
{{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 recompile only one of the programs you can launch the script with one of the following parameters:
Line 238: Line 238:
* OPENRADAR (to compile and install only OpenRadar!)
* OPENRADAR (to compile and install only OpenRadar!)
* FGO (to compile and install only Fgo!)
* FGO (to compile and install only Fgo!)
=== Fast updating ===
There is a second parameter ''UPDATE'' that allows you to just update your installation. i.e.:
This will only update FGFS
<pre>
./download_and_compile.sh FGFS UPDATE
</pre>


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

edits