|
LinuxInstall
How to install under Linux
Prerequisites
Installation under Ubuntu 7.04Welcome Ubuntu 7.04 users. First things firstIf 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 nextThis 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 lastDownload latest source from the downloads page. Unzip with the command: tar -xzf irrlamb*.tar.gz Compile the game: scons Run the game: ./irrlamb Other distrosMake 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