From 7e15b99c01616999496155fe5d2ce89d7608932b Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Tue, 7 Jul 2009 13:43:05 +0000 Subject: Initial bullet physics support --- doc/installation.html | 29 ++++++++++++++++++++++++++++- 1 file changed, 28 insertions(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/installation.html b/doc/installation.html index 8f66113..7640057 100644 --- a/doc/installation.html +++ b/doc/installation.html @@ -173,7 +173,34 @@ svn co svn://intranifty.no-ip.org/osirion osirion osirion-src-latest.tar.bz2

- +
+ Bullet physics support +
+
+

+ 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: +

+wget http://bullet.googlecode.com/files/bullet-2.75-rc3.tgz
+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. +

+
Compiling the source code
-- cgit v1.2.3