Hi Frans,

On 5/3/07, Frans Fürst <[EMAIL PROTECTED]> wrote:

this must be a very strange question - because nobody has asked it
before..
but how do I build the examples?!


CMake allows you to specify which parts of the OSG you want to compile, it
then generates the build system to suit this.  The examples and wrappers
aren't built by default, so you need to enable these if/when you need them.

Under unices use ccmake to bring up a menu in the console, these menu allows
you to toggle on/off various options in the build. i..e

 cd OpenSceneGraph
 ccmake .

This brings up a text based menu system within the console itself, you can
then just read the online instructions and set the options, then press 'c'
to configure the build system, then 'g' to generate the final build system.

After you have enable the build of the examples simply type make in the
topmost directory and away you go :-)
_______________________________________________
osg-users mailing list
[email protected]
http://openscenegraph.net/mailman/listinfo/osg-users
http://www.openscenegraph.org/

Reply via email to