Windows Bullet and OgreBullet Libraries
These libraries for bullet and OgreBullet were compiled for mingw. There are also visual C++ libraries in the lib/vc directory.
- Unzip the file in this directory. bulletWin.zip.
- Add the lib directory to your linker's library paths (-L).
- Add the include directory to the compiler's include path (-I).
- Add the libraries to the linker's search path (-l). (see below)
For the basic project, you will need to link the following libraries (-l). Order is important for some of these items.
- OgreBulletDyn
- BulletDynamics
- OgreBulletCol
- BulletCollision
- LinearMath
- ConvexDecomposition
- GIMPACTUtils
Clif Presser<cpresser@gettysburg.edu>
Last modified: Wed Apr 13 12:13:33 EDT 2011