Hi Christopher, On Sun, Jun 7, 2009 at 7:13 PM, Christopher Wang<[email protected]> wrote: > Hi, > I was wonding if I just download the binaries for windows or cygwin, can I > just include them in my project and then compile my project? Also, what are > the required set of libraries for just doing a basic node drawing?
If you don't say what packages you downloaded we'll be wondering too ;) I haven't heard of or seen any prebuilt cygwin packages yet so yours are probably for msvc (2005 or 2008). If so - just include the headers, link against the libraries and make sure the dll's are found when running you app like you would with any 3rd party sw. The examples are your friends but not part of prebuilt packages so you need a source package for those. The OSGQSG by Paul Martz is great newbie reading (http://www.skew-matrix.com/OSGQSG/) cheers Mattias > ... > > Thank you! > > Cheers, > Christopher > > ------------------ > Read this topic online here: > http://forum.openscenegraph.org/viewtopic.php?p=13654#13654 > > > > > > _______________________________________________ > osg-users mailing list > [email protected] > http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org > _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

