|
|
LinuxInstall
How to install under Linux
Prerequisites
- Irrlicht 1.3.1
- Bullet 2.55
- Lua 5.1
- Audiere 1.9.4
- Boost 1.33 filesystem + date
- SCons
Installation under Ubuntu 7.04
Welcome Ubuntu 7.04 users.
First things first
If you have an nvidia card, execute the command:
sudo apt-get install nvidia-glx-dev
For ATI users:
sudo apt-get install xorg-driver-fglrx-dev
Next things next
This will install most of the dependencies:
sudo apt-get install build-essential scons liblua5.1-0 liblua5.1-0-dev libaudiere-1.9.4 libaudiere-dev libboost-dev libboost-filesystem-dev libboost-date-time-dev libxxf86vm-dev libxext-dev
Last things last
Download latest source from the downloads page. Unzip with the command:
tar -xzf irrlamb*.tar.gz
Compile the game:
scons
Run the game:
./irrlamb
Other distros
Make sure you use bullet 2.55 or the game won't compile.
When compiling irrlicht, make sure you turn debug mode off:
export NDEBUG=1 make
After you've compiled both libraries, copy the .a files into irrlamb/libraries/lib. Also, copy the respective header files into irrlamb/libraries/include/
Sign in to add a comment
