This distribution contains the OpenSceneGRaph-0.9.9 release and its main 
dependancies - OpenThreads and OpenProducer.

Compilation should proceed in the order of OpenThreads then OpenProducer then
OpenSceneGraph.  Under Windows you'll need to open up the respectively workspace
files for each project and build all. Under unix:

    cd OpenThreads; make; sudo make install; cd ..
    cd Producer; make; sudo make install; cd ..
    cd OpenSceneGraph; make COMPILE_EXAMPLES=yes; sudo make install
    
If you wish to keep your OpenThreads & Producer installed locally, then you 
just define there locations via the following environmental variables:

    setenv OPENTHREADS_INC_DIR mydirecotory/OpenThreads/include
    setenv OPENTHREADS_LIB_DIR mydirecotory/OpenThreads/lib/platform
    setenv PRODUCER_INC_DIR mydirecotory/Producer/include
    setenv PRODUCER_LIB_DIR mydirecotory/Producer/lib/platform
    
    where platform is the host machine typem ie. Linux32
    
To run the OpenSceneGraph examples :

    cd OpenSceneGraph; sh runexamples.bat

If you have any problems compiling, or running the executables please don't
hesitate to send a report of the problems into the osg-user mailing list.

Have fun,
Robert Osfield
23rd May 2005.
