Hello Renan,

I've downloaded CMake and, when I was installing it, I was asked about the
location of the source code. Is it where I'm saving my .cpp files?
Also the installation asks me where to build the binaries. Is the a specific
location?

If you're on Windows, this page will explain all:

http://www.openscenegraph.com/osgwiki/pmwiki.php/PlatformSpecifics/VisualStudio

Note that this is only for building OSG itself. Once you're coding your own application which *uses* OSG, you can make your project however you want, and just tell it where to find the OSG includes (.../OpenSceneGraph/include) and to link in the relevant OSG library or libraries. That is dependent on your development environment, so you can read the Dev-C++ docs for that.

Good luck,

J-S
--
______________________________________________________
Jean-Sebastien Guay     [EMAIL PROTECTED]
                        http://whitestar02.webhop.org/

----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.


_______________________________________________
osg-users mailing list
[email protected]
http://openscenegraph.net/mailman/listinfo/osg-users
http://www.openscenegraph.org/

Reply via email to