Hi Dave, The examples aren't build by default - there are nearly a hundred of them so its good to keep build time down for those who don't need them.
The examples can be built by running: cd OpenSceneGraph ccmake . And then in console GUI presented toggling on the BUILD_OSG_EXAMPLES to ON, the press 'c' to configure, then 'g' to generate the final build system. Then just run make as sual. Robert. On 8/1/07, Dave Pugmire <[EMAIL PROTECTED]> wrote: > Hi, > Newbie here. > Just installed the 2.0 on linux, did a make: > > ./configure > make > > But it didn't make the examples. > cd examples > > cmake . > > gave me a 'Unknown Cmake command "SETUP_EXAMPLE"' > > I'm not finding anything in particular about building the examples. > Should it happen automatically when building the OSG source? > Not seeing anything in the make files either.... > > Thanks for your help- > -dave > > _______________________________________________ > osg-users mailing list > [email protected] > http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org > _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

