Building FlightGear - Debian: Difference between revisions

m
simplified git commands and update to fgrun
m (hid the WIP for 3.2rc2)
m (simplified git commands and update to fgrun)
Line 96: Line 96:
<u>3.2</u> only:
<u>3.2</u> only:
  cd simgear.git
  cd simgear.git
  git checkout -b 3.2 origin/release/3.2.0
  git checkout origin/release/3.2.0


<u>3.2</u> and <u>GIT</u>:
<u>3.2</u> and <u>GIT</u>:
Line 111: Line 111:
<u>3.2</u> only:
<u>3.2</u> only:
  cd flightgear.git
  cd flightgear.git
  git checkout -b 3.2 origin/release/3.2.0
  git checkout origin/release/3.2.0


<u>3.2</u> and <u>GIT</u>:
<u>3.2</u> and <u>GIT</u>:
Line 184: Line 184:
=== [[fgrun]] ===
=== [[fgrun]] ===
Package "fluid" has to be installed. <br />
Package "fluid" has to be installed. <br />
<u>3.0</u> and <u>GIT</u>:
<u>3.2</u> and <u>GIT</u>:
  cd $FG_SRC_DIR
  cd $FG_SRC_DIR
  <nowiki>git clone git://gitorious.org/fg/fgrun.git fgrun.git</nowiki>
  <nowiki>git clone git://gitorious.org/fg/fgrun.git fgrun.git</nowiki>
Line 190: Line 190:
<u>3.2</u> only:
<u>3.2</u> only:
  cd fgrun.git
  cd fgrun.git
  git checkout version/3.2.0
  git checkout origin/release/3.2.0


<u>3.2</u> and <u>GIT</u>:
<u>3.2</u> and <u>GIT</u>:
392

edits