Scripted Compilation on Linux Debian/Ubuntu: Difference between revisions

m
No edit summary
Line 10: Line 10:


  cd  <your working directory for building flightgear>
  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
  wget download_and_compile.sh https://www.gitorious.org/fg/fgmeta/raw/next:download_and_compile.sh
  mkdir -p stable
  mkdir -p stable
  mkdir -p next
  mkdir -p next
Line 23: Line 23:


  cd  <your working directory for building flightgear>
  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
  wget download_and_compile.sh wget https://www.gitorious.org/fg/fgmeta/raw/next:download_and_compile.sh
  mkdir -p fgsrc
  mkdir -p fgsrc
  mkdir -p othersrc
  mkdir -p othersrc
Line 43: Line 43:
  cd next
  cd next
  ../download_and_compile.sh
  ../download_and_compile.sh


=== Disk Space Requirements ===
=== Disk Space Requirements ===
936

edits