Mac Bullet and OgreBullet Libraries
These libraries for bullet and OgreBullet were compiled with gcc on the Mac.
- Unzip the file in this directory. bulletMac.zip. There will be two directories: bullet and OgreBullet. Both directories have a lib and include subdirectory.
- Add the lib directories to your linker's library paths (-L).
- Add the include directories 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: Mon Apr 18 11:12:15 EDT 2011