Time for action—building with a Visual Studio solution

There are only two steps left in order to build the Visual Studio solution and create your own OSG packages, which will include runtime binaries, headers, static-link libraries, utilities, and examples.

  1. First, select a build type (Debug, Release, RelWithDebInfo, or MinSizeRel), and build the ALL_BUILD project. This may take an extremely long time during first-time building, but will save a lot of time in subsequent compilations, unless you have cleared all intermediate files and decided to rebuild the solution completely from scratch.
  2. When the building process has finished, switch to the INSTALL project and "build" it. The compiler will traverse a series of post-build events that install all ...

Get OpenSceneGraph 3.0 now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.