Scripted Compilation on Linux Debian/Ubuntu: Difference between revisions

Jump to navigation Jump to search
next as an alternative to master, refer to talk page for development versions.
(next as an alternative to master, refer to talk page for development versions.)
Line 58: Line 58:
then execute it (no need to execute it as root).
then execute it (no need to execute it as root).


Here is for example a sequence of commands to get the script:
Here is for example a sequence of commands to get the script from the master branch:
<pre>
<pre>
mkdir ~/fgfs
mkdir ~/fgfs
Line 65: Line 65:
chmod 755 download_and_compile.sh
chmod 755 download_and_compile.sh
</pre>
</pre>
Depending on the level of maintenance activity on the script, the version in master may be out of date.
To get the script from the next branch:
<pre>
mkdir ~/fgfs
cd ~/fgfs
wget http://www.gitorious.org/fg/fgmeta/blobs/raw/next/download_and_compile.sh
chmod 755 download_and_compile.sh
</pre>
For the daring, you can try out the absolute latest development version of the script, which has not been completely tested see
[[Talk:Scripted_Compilation on Linux Debian/Ubuntu]]


You have two options now: build the latest ''stable'' FlightGear release or build the ''current development'' version (bleeding edge).
You have two options now: build the latest ''stable'' FlightGear release or build the ''current development'' version (bleeding edge).
936

edits

Navigation menu