Dynamics |
| Submitted by mike on Sun, 2009-01-11 19:14 |
Dynamics Simulators
Bullet
From out local apt repo, install `libbullet-double-precision'.
Open Dynamics Engine (ODE)
Open Dynamics Engine
Download Source
Installation (Ubuntu Hardy):
- apt-get install build-essential libglui-dev #on ubuntu hardy
- ./configure --prefix=/usr/local/stow/ode-XX --enable-shared --enable-double-precision --enable-demos
- make && make install
- cp drawstuff/src/.libs/lib* /usr/local/stow/ode-XX/lib/
- cp -r include/drawstuff/ /usr/local/stow/ode-0.10.1/include/
- mkdir -p /usr/local/stow/ode-0.10.1/share/drawstuff/
- cp -r drawstuff/textures/ /usr/local/stow/ode-0.10.1/share/drawstuff/
- add to /usr/local/stow/ode-0.10.1/share/drawstuff/drawstuff.h:
#ifndef DRAWSTUFF_TEXTURE_PATH #define DRAWSTUFF_TEXTURE_PATH "/usr/local/share/drawstuff/textures" #endif
- cd /usr/local/stow && stow ode-XX







