Scripted Compilation on Linux Debian/Ubuntu: Difference between revisions

no edit summary
No edit summary
Line 6: Line 6:


Please also see [[Superbuild]].
Please also see [[Superbuild]].
=== Cut to the Chase: for the impatient ===
cd  <your working directory for building flightgear>
wget download_and_compile.sh wget https://www.gitorious.org/fg/fgmeta/raw/master:download_and_compile.sh
mkdir -p stable
mkdir -p next
cd stable
../download_and_compile.sh -sxv
cd ../next
../download_and_compile.sh -p n -xv
or for the impatient and adventurous:
The new and untested scheme for reducing network bandwidth usage.  Note that script version 1.9.13 is being replaced with 1.9.14 soon.
cd  <your working directory for building flightgear>
wget download_and_compile.sh wget https://www.gitorious.org/fg/fgmeta/raw/master:download_and_compile.sh
mkdir -p fgsrc
mkdir -p othersrc
mkdir -p fgdata_2.12.0
mkdir -p fgdata_3.0.0
mkdir -p stable
mkdir -p 3.0.0
mkdir -p next
# if you already have an fgdata downloaded for 2.12.0, 2.12.1 or 3.0.0,
#you can copy the entire fgdata folder to any empty fgdata_ folder.
# cp $path_to_fgdata/fgdata -R fgdata_2.12.0
# cp $path_to_fgdata/fgdata -R fgdata_3.0.0
cd stable
../download_and_compile.sh -s
cd 3.0.0
../download_and_compile.sh -B release/3.0.0
cd next
../download_and_compile.sh


=== Disk Space Requirements ===
=== Disk Space Requirements ===
930

edits