Building FlightGear - Linux: Difference between revisions

Jump to navigation Jump to search
→‎Getting and compiling SimGear: Use Gitorious for simgear (mapserver mirror down).
m (added link to Ubuntu)
(→‎Getting and compiling SimGear: Use Gitorious for simgear (mapserver mirror down).)
Line 96: Line 96:


Clone the SimGear git repository and set it up to track the 'next' branch.
Clone the SimGear git repository and set it up to track the 'next' branch.
 
 
  git clone git://mapserver.flightgear.org/git/simgear
  git clone git://gitorious.org/fg/simgear.git


or if the git port is firewalled on you network, use the http transport
or if the git port is firewalled on you network, use the http transport


  git clone http://mapserver.flightgear.org/git/simgear
  git clone http://gitorious.org/fg/simgear.git


By default after cloning you should have a local next branch that tracks the master next branch. It can be updated it with git pull.
By default after cloning you should have a local next branch that tracks the master next branch. It can be updated it with git pull.

Navigation menu