+ Experimental support for the Bullet Physics Library
+ is under development. You can download the source code here:
+ http://code.google.com/p/bullet/downloads/list
+
+ To download and install the library: +
+tar zxvf bullet-2.75-rc3.tgz
+cd bullet-2.75-rc3
+./autogen.sh
+./configure --prefix=/usr/local
+make
+sudo make install
+sudo install --mode=644 src/BulletDynamics/Dynamics/btActionInterface.h /usr/local/include/bullet/BulletDynamics/Dynamics +
+ The osirion configure script will automaticly detect the bullet library in /usr/local. + If you use a different prefix, like /opt/bullet, you will have to call the osirion + configure script using the --with-bullet=/opt/bullet option. +
+