OpenSceneGraph: Difference between revisions

Jump to navigation Jump to search
m
→‎Compiling OpenSceneGraph: remove outdated info
(Update, list respective branches from the FlightGear fork)
m (→‎Compiling OpenSceneGraph: remove outdated info)
 
Line 18: Line 18:


== Compiling OpenSceneGraph ==
== Compiling OpenSceneGraph ==
{{Out of date}}
OpenSceneGraph uses cmake. Since OSG version 2.7.3 (8th Oct 2008) a relatively new version of cmake is required. According to OSGs CMakeLists.txt it's 2.6.1 but cmake 2.6.0-5 from [http://backports.org/dokuwiki/doku.php backports.org] for Debian/Etch does the trick.
It's also possible to comment out lines 25 to 27 in OSGs CMakeLists.txt:
#    if(POLICY CMP0008)
#        cmake_policy(SET CMP0008 OLD)
#    endif(POLICY CMP0008)


A minimal build instruction for unix systems is
A minimal build instruction for unix systems is
Line 62: Line 55:
   make install
   make install


Configure and build SimGear and FlightGear with --prefix as usual.
Configure and build [[SimGear]] and FlightGear with --prefix as usual.


No need to install any quickly changing software globally.
No need to install any quickly changing software globally.

Navigation menu