On 7/6/07, Levine, Daniel J. <[EMAIL PROTECTED]> wrote:
Hi, I downloaded the 2.0.0 version from SVN as the Wiki instructions say and did: ./configure make su make install All seemed successful. However, none of the examples built and I see no obvious way for me to build them myself. I'm not sure if it's relevant, but I didn't install osgProducer.
osgProducer has now been moved out into its own separate project, replaced by the new osgViewer library. You can download osgProducer from: http://www.openscenegraph.com/projects/Producer
What must one do to build the examples now? In addition, how does one build the doxygen documentation? It doesn't appear to have been built either.
Like 1.2 the examples aren't compiled by default. To enable them run ccmake in the OpenSceneGraph directory: cd OpenSceneGraph ccmake . This will bring up an console based UI that you can toggle various compiler options. Toggle BUILD_OSG_EXAMPLES to ON, then press 'c' to configure cmake, then press 'g' to generate the final build system. The console UI will give you instructions as well. Robert. _______________________________________________ osg-users mailing list osg-users@openscenegraph.net http://openscenegraph.net/mailman/listinfo/osg-users http://www.openscenegraph.org/