LaytonG123 Newbie
Joined: 24 Dec 2013 Posts: 6
|
Posted: Thu Mar 06, 2014 8:38 am Post subject: Building osgBullet? |
|
|
Sounds like you need to define your environment variables. Try right clicking on "MyComputer" then "properties", "Advanced system settings", "environment variables". Create a new environment variable with
OSGWORKS_ROOT = C:\OpenSceneGraph-3.0.1 (or where ever your osg is installed)
------------------
Read this topic online here:
http://forum.openscenegraph.org/viewtopic.php?p=57757#57757
------------------
Post generated by Mail2Forum |
|
LaytonG123 Newbie
Joined: 24 Dec 2013 Posts: 6
|
Posted: Thu Mar 06, 2014 8:38 am Post subject: Building osgBullet? |
|
|
|
|
RamonTalavera Newbie
Joined: 11 Nov 2013 Posts: 4
|
Posted: Thu Mar 06, 2014 8:40 am Post subject: Building osgBullet? |
|
|
Hi,
Did you try to tell CMAKE where to find them by hand? point it towards the include and lib directories of the compiled OsgWorks. After doing so, press configure again and it should find the library.
Thank you!
Cheers,
Ramon
------------------
Read this topic online here:
http://forum.openscenegraph.org/viewtopic.php?p=57173#57173
------------------
Post generated by Mail2Forum |
|