Building FlightGear - Debian: Difference between revisions

m
no edit summary
m (@OpenSceneGraph: "ln -s lib $prefix/lib64" without a preceeding "mkdir $prefix/lib" results in a broken link that prevents OSG from installing)
mNo edit summary
Line 58: Line 58:
=== OpenSceneGraph ===
=== OpenSceneGraph ===
<u>GIT</u> users, especially developers, may want to use the latest release or even bleeding edge code here. Have in mind that, at the time of the FlightGear 2.4.0 release, there are some issues with newer versions than 2.9.10!
<u>GIT</u> users, especially developers, may want to use the latest release or even bleeding edge code here. Have in mind that, at the time of the FlightGear 2.4.0 release, there are some issues with newer versions than 2.9.10!
  mkdir $prefix/lib && ln -s lib $prefix/lib64  # 64bit OS' only, if lib64 does not exist
  mkdir $prefix/lib         # 64bit OS' only, if it does not exist yet
ln -s lib $prefix/lib64  # 64bit OS' only, if lib64 does not exist
  cd $srcdir
  cd $srcdir
  svn co http://www.openscenegraph.org/svn/osg/OpenSceneGraph/tags/OpenSceneGraph-2.9.10 OpenSceneGraph  
  svn co http://www.openscenegraph.org/svn/osg/OpenSceneGraph/tags/OpenSceneGraph-2.9.10 OpenSceneGraph  
392

edits