Building FlightGear - Debian: Difference between revisions

m
small update on fgrun, osg and various other things
(Update article for Debian/Wheezy and FG 3.0)
m (small update on fgrun, osg and various other things)
Line 39: Line 39:
  export FG_SRC_DIR=$HOME/src && mkdir $FG_SRC_DIR
  export FG_SRC_DIR=$HOME/src && mkdir $FG_SRC_DIR


Have in mind that the data is a relatively large download (GIT more than 7 GB and growing / 3.0 about 1 GB). So, to save some time, it is a good idea to [[#FlightGear data|fetch]] it while building the sources. <br />
Have in mind that the data is a relatively large download (GIT about 8 GB and growing / 3.0 about 1 GB). So, to save some time, it is a good idea to [[#FlightGear data|fetch]] it while building the sources. <br />
For some basic info on git commands for FlightGear users we have a [[Git_for_Laymen#How_do_I_use_the_git_repository_to_update_Flightgear_stuff.3F|git for laymen]] section. <br />
For some basic info on git commands for FlightGear users we have a [[Git_for_Laymen#How_do_I_use_the_git_repository_to_update_Flightgear_stuff.3F|git for laymen]] section. <br />


Line 83: Line 83:
<u>3.0</u> and <u>GIT</u>:
<u>3.0</u> and <u>GIT</u>:
  cd $FG_SRC_DIR
  cd $FG_SRC_DIR
  <nowiki>wget http://trac.openscenegraph.org/downloads/developer_releases/OpenSceneGraph-3.2.0.zip</nowiki>
  <nowiki>svn co http://svn.openscenegraph.org/osg/OpenSceneGraph/tags/OpenSceneGraph-3.2.0</nowiki>
unzip OpenSceneGraph-3.2.0.zip
<!--
<!--
  <nowiki>svn co http://svn.openscenegraph.org/svn/osg/OpenSceneGraph/tags/OpenSceneGraph-3.1.4  OpenSceneGraph-3.1.4.svn</nowiki>
  <nowiki>svn co http://svn.openscenegraph.org/svn/osg/OpenSceneGraph/tags/OpenSceneGraph-3.1.4  OpenSceneGraph-3.1.4.svn</nowiki>
Line 184: Line 183:


=== fgrun ===
=== fgrun ===
Package "fluid" has to be installed. <br />
<u>3.0</u> and <u>GIT</u>:
<u>3.0</u> and <u>GIT</u>:
  cd $FG_SRC_DIR
  cd $FG_SRC_DIR
392

edits