Forgot to mention, another minor little extra is the addition of a
configure script in OpenSceneGraph, this is simply runs:

cmake . -DCMAKE_BUILD_TYPE=Release

This little addition should make it possible to blindly to a

  ./configure
  make
  sudo make install

that many developers will be useful from other projects, and will also
set the target to Release by default,  something I haven't been able
to get CMake to do by default so far.  Building the Release target
makes a huge difference to performance so is an essential for most
users.

Robert.
_______________________________________________
osg-users mailing list
[email protected]
http://openscenegraph.net/mailman/listinfo/osg-users
http://www.openscenegraph.org/

Reply via email to