Difference between revisions of "Talk:Drv rave Windows Install"
Jgvictores (talk | contribs) m |
Jgvictores (talk | contribs) |
||
(2 intermediate revisions by the same user not shown) | |||
Line 5: | Line 5: | ||
Erase "openrave\inc\boost" and "openrave\lib\boost*". Copy "C:\Boost\include\boost-1_39\boost" to "openrave\inc" and "C:\Boost\lib" contents to "openrave\lib\win32". | Erase "openrave\inc\boost" and "openrave\lib\boost*". Copy "C:\Boost\include\boost-1_39\boost" to "openrave\inc" and "C:\Boost\lib" contents to "openrave\lib\win32". | ||
+ | ---- | ||
+ | Add the line '''#define COIN_NOT_DLL''' after line 27 in "openrave\inc\Inventor\C\basic.h". | ||
---- | ---- | ||
coin3d-2? | coin3d-2? | ||
+ | ---- | ||
+ | If w/VS 6.0, cmake will not have to be run manually as it is run from the batch file. |
Latest revision as of 17:06, 27 May 2010
Info that would be good if Openrave's Boost 1.39 for Windows were not a bit hacked for it to compile OpenRAVE:
Then install Boost 1.39 (BOOST is needed for OpenRave). Click on the following link: http://sourceforge.net/projects/boost/files/boost/1.39.0/boost_1_39_0.zip/download and save the file to a given folder. Extract its contents. Open a command prompt and go to this directory. Run bootstrap.bat. Run bjam release. Run bjam install.
Erase "openrave\inc\boost" and "openrave\lib\boost*". Copy "C:\Boost\include\boost-1_39\boost" to "openrave\inc" and "C:\Boost\lib" contents to "openrave\lib\win32".
Add the line #define COIN_NOT_DLL after line 27 in "openrave\inc\Inventor\C\basic.h".
coin3d-2?
If w/VS 6.0, cmake will not have to be run manually as it is run from the batch file.