Help needed - compilation

stnal

09-11-2010 14:15:01

Hi all,

I'm using VS2010.

OGRENEWT_HOME=d:\Projects\src\newton20
OGRE_DEPENDENCIES_DIR=d:\Projects\src\OgreDependencies
OGRE_HOME=d:\Projects\src\ogre-sdk
NEWTON_HOME=d:\Projects\src\NewtonWin-2.25\sdk

1. What version of newton should I download?
2. What version of boost should I download?
3. Should I compile any of these?
4. How do I compile OgreNewt using cmake?

Thanks!

GeneralLee

09-11-2010 23:03:11

viewtopic.php?f=4&t=13596

Sjinta

11-11-2010 11:09:03

use newest newton, use boost from within ogre SDK both dont need compiling, download ogrenewt from SVN.
you can build using cmake, but i couldnt get it to work, i used vc9.

you need to set enviremental variables for:
BOOST_HOME
NEWTON_HOME
OGRENEWT_HOME
OGRE_HOME

and then mess about a bit with the ogrenewt solution that comes with the demos. Get that to compile first. then try the demos.

as the other guy mentioned, this is all explained in a different topic as well.