Building FlightGear - Debian: Difference between revisions

Jump to navigation Jump to search
m
@OpenSceneGraph: "ln -s lib $prefix/lib64" without a preceeding "mkdir $prefix/lib" results in a broken link that prevents OSG from installing
m (minor update on Atlas)
m (@OpenSceneGraph: "ln -s lib $prefix/lib64" without a preceeding "mkdir $prefix/lib" results in a broken link that prevents OSG from installing)
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!
  ln -s lib $prefix/lib64  # 64bit OS' only, if lib64 does not exist
  mkdir $prefix/lib && 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  
172

edits

Navigation menu