Download
From BBM
Contents |
[edit]
Dependencies
bbm currently requires:
- python-ogre-1.0.RC@ (with ogre, cegui, and ois modules)
- pyode-1.2.0
- pysdl_mixer-0.0.3
- psyco (optional and only on x86)
- python-2.4 or python-2.4
bbm also requires 3d acceleration using either opengl or directX 9
[edit]
Downloads
[edit]
Windows
The Windows version of bbm already includes all of the dependencies mentioned above. You may need to install DirectX 9 for the game to run properly. Just Download, Unzip to any directory (Program Files), and double click on bbm.exe to run the game
For more detailed information please see the FAQ
[edit]
Linux/MacOSX/BSD/Source Code
The Linux/MacOSX/BSD version comes are source code only. You will need to install the above dependencies yourself, then download:
BBM 0.3.1 source code for Linux/MacOSX/BSD
and run the following commands:
tar zxvf bbm-0.3.1.tar.gz cd bbm-0.3.1 python setup.py build (as root) python setup.py install
To start the game, run bbm.
For more detailed information please see the FAQ