The structure of the source code distribution
-
doc/ all the documentation - ref guides, install instructions etc.
-
include/ - all the include files that eventually get install in /usr/local etc.
-
src/ - the source code which goes to create the libs, plugins and demos.
-
Makefile - on unix... just type make :)
-
VisualStudio/ - under Windows open up VisualStudio/VisualStudio.dsw and build all
-
lib/ and lib/osgPlugins/ - where the libs get compiled to.
-
bin/ - where demos compiled to (under Windows the .dll's too)