Serge Lages wrote:

Hi all !

First of all, I am currently testing the SVN version and I must admit that CMake is a great tool ! It conviced me to port all my projects to it. So it was really a good choice for OSG !

Now here is my question :
When building OSG with the default settings, is there any particular reason to put the .dll files into /lib instead of /bin like before ? It is not a big deal, but I really don't like to "install" OSG (by putting everything in Program Files), because I often use multiple versions of it. And now when everything is build, into /bin I only have the applications (like osgviewer), but I can't execute them without copying manually the dlls files. The only solution is to change the install dir of OSG into my build dir and it copies the dll files ? Or should it be possible to generate the dll files into /bin instead of /lib (like before) ?

--
Serge Lages
http://www.magrathea-engine.org

------------------------------------------------------------------------

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

I' m using a shell script that set necessary env var to run
You could also install into a specific path specifying
CMAKE_INSTALL_PREFIX to something different from Program Files

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

Reply via email to