Building FlightGear - Debian: Difference between revisions

Jump to navigation Jump to search
m
Line 59: Line 59:
=== OpenSceneGraph ===
=== OpenSceneGraph ===


Before downloading, make sure which is the last version


  ln -s lib $prefix/lib64  # 64bit OS' only, if lib64 does not exist
  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-3.0.1 OpenSceneGraph  
  svn co http://www.openscenegraph.org/svn/osg/OpenSceneGraph/tags/OpenSceneGraph-3.0.1 OpenSceneGraph       # Before downloading, make sure which is the last version
  mkdir osg-build && cd osg-build
  mkdir osg-build && cd osg-build
  cmake -D CMAKE_BUILD_TYPE="Release" \
  cmake -D CMAKE_BUILD_TYPE="Release" \
181

edits

Navigation menu