Scripted Compilation on Linux Debian/Ubuntu: Difference between revisions

Jump to navigation Jump to search
m (cat: Building from source. Please correct this if it is wrong)
Line 17: Line 17:
  cd ../next
  cd ../next
  ../download_and_compile.sh -p n -xv
  ../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/next: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 ===
935

edits

Navigation menu