Mac Bullet and OgreBullet Libraries

These libraries for bullet and OgreBullet were compiled with gcc on the Mac.

  1. Unzip the file in this directory. bulletMac.zip. There will be two directories: bullet and OgreBullet. Both directories have a lib and include subdirectory.
  2. Add the lib directories to your linker's library paths (-L).
  3. Add the include directories to the compiler's include path (-I).
  4. 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.


Clif Presser<cpresser@gettysburg.edu>
Last modified: Mon Apr 18 11:12:15 EDT 2011