Scripted Compilation on Linux Debian/Ubuntu: Difference between revisions

Jump to navigation Jump to search
→‎Cut to the Chase: for the impatient: add missing -O to the wget line... it is specified above but forgotten here... copy'pasta folks will get errors without it
(→‎Cut to the Chase: for the impatient: add missing -O to the wget line... it is specified above but forgotten here... copy'pasta folks will get errors without it)
Line 30: Line 30:


  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 -O download_and_compile.sh  https://www.gitorious.org/fg/fgmeta/raw/next:download_and_compile.sh
  chmod +x download_and_compile.sh
  chmod +x download_and_compile.sh
  mkdir -p stable
  mkdir -p stable
Line 37: Line 37:
  ../download_and_compile.sh -s
  ../download_and_compile.sh -s
  cd ../next
  cd ../next
  ../download_and_compile.sh -p n  
  ../download_and_compile.sh -p n
 
 


=== Disk Space Requirements ===
=== Disk Space Requirements ===
185

edits

Navigation menu