Hi Mark, On 20 April 2012 14:50, Mark Green <[email protected]> wrote: > I used the binaries linked to in the download section of the openscenegraph > website. I'm using windows XP and not a Linux distro to program the software > (the software will have to be compatible with Linux eventually), so I can't > really see that being a problem.
The same issue about Qt being a huge external dependency applies to Windows binaries as much as any other platform, to keep the OSG binary distribution down in size osgQt isn't usually built in the main binary packages. As the binary packages mostly won't come with osgQt + Qt you'll need to build the OpenSceneGraph yourself from source and build against the version of Qt that you wish to use. To build the OpenSceneGraph from source have a look at the PlatformSpecifics page for Windows up on openscenegraph.org, you'll need the 3rd party dependencies package to build against, CMake (including the Windows GUI CmakeSetup). Robert. _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

