Scripted Compilation on Linux Debian/Ubuntu: Difference between revisions

→‎Cut to the Chase: for the impatient: fixed wget command to get from master instead of next.
(→‎Cut to the Chase: for the impatient: fixed wget command to get from master instead of next.)
Line 10: Line 10:


  cd  <your working directory for building flightgear>
  cd  <your working directory for building flightgear>
  wget download_and_compile.sh  https://www.gitorious.org/fg/fgmeta/raw/next:download_and_compile.sh
  wget download_and_compile.sh  https://www.gitorious.org/fg/fgmeta/raw/master:download_and_compile.sh
  mkdir -p stable
  mkdir -p stable
  mkdir -p next
  mkdir -p next
  cd stable
  cd stable
  ../download_and_compile.sh -sxv
  ../download_and_compile.sh -sx
  cd ../next
  cd ../next
  ../download_and_compile.sh -p n -xv
  ../download_and_compile.sh -p n -x


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

edits