Scripted Compilation on Linux Debian/Ubuntu: Difference between revisions

Jump to navigation Jump to search
Changed gitorious to source forge
m (more specificly, this means update sync repository and download distro packages. i mistook it for flightgear packages first)
(Changed gitorious to source forge)
Line 18: Line 18:
download the newest script with this command:
download the newest script with this command:


  wget -O download_and_compile.sh https://www.gitorious.org/fg/fgmeta/raw/next:download_and_compile.sh
  wget -O download_and_compile.sh http://sourceforge.net/p/flightgear/fgmeta/ci/next/tree/download_and_compile.sh?format=raw
 
 
The conversion will:
The conversion will:


Line 30: Line 28:


  cd  <your working directory for building flightgear>
  cd  <your working directory for building flightgear>
  wget -O download_and_compile.sh  https://www.gitorious.org/fg/fgmeta/raw/next:download_and_compile.sh
  wget -O download_and_compile.sh  http://sourceforge.net/p/flightgear/fgmeta/ci/next/tree/download_and_compile.sh?format=raw
  chmod +x download_and_compile.sh
  chmod +x download_and_compile.sh
  mkdir -p stable
  mkdir -p stable
Line 40: Line 38:


=== Disk Space Requirements ===
=== Disk Space Requirements ===
As of 02/2013, this script will by at least require 24-30 gb of disk space, note that this includes the downloaded source trees and the build files, but also the fgdata checkout (which accounts approx. for 50% of the whole thing).   
As of 02/2013, this script will by at least require 3-4 gb of disk space, note that this includes the downloaded source trees and the build files, but also the fgdata checkout (which accounts approx. for 70% of the whole thing).   


=== List of compiled programs ===
=== List of compiled programs ===
Line 64: Line 62:
== Download ==
== Download ==
You can download the script here:  
You can download the script here:  
* Primary site: [https://www.gitorious.org/fg/fgmeta/raw/next:download_and_compile.sh download_and_compile.sh]
* [http://sourceforge.net/p/flightgear/fgmeta/ci/next/tree/download_and_compile.sh?format=raw
* Mirror: [http://assistenza.larasrl.net/brisa/fgfs/download_and_compile.sh download_and_compile.sh] (not recently updated)
 
*The script is maintained in the FlightGear main repository. Remember to update this script whenever a new FlightGear version is released, so that you'll be able to download the latest stable revision.
*The script is maintained in the FlightGear main repository. Remember to update this script whenever a new FlightGear version is released, so that you'll be able to download the latest stable revision.


936

edits

Navigation menu