|
LinuxBuild
How to build under linux
Phase-Deploy This page describes how to build irrlamb from source. Check to see if your distro already has packages built for you. Ubuntu Packages Prerequisites
Ubuntu 10.043D DriversFirst, make sure your video card drivers are installed/enabled. Look here for help: https://help.ubuntu.com/community/BinaryDriverHowto You'll need to get the dev packages for your driver. For nvidia, it should look something like sudo apt-get install nvidia-glx-*-dev Where * is your driver version. For ATI users: sudo apt-get install xorg-driver-fglrx-dev Building irrlamb from source packageInstall dependencies: sudo apt-get install scons liblua5.1-0-dev libsqlite3-dev libirrlicht-dev libopenal-dev Download the latest source package from the downloads page and unzip it with the command: tar -xzf irrlamb*.tar.gz Compile the game: scons Run the game: ./irrlamb Building irrlamb from svnCheckout the project from subversion: svn checkout http://irrlamb.googlecode.com/svn/trunk/ irrlamb Run buildsrc.sh cd irrlamb/deployment ./buildsrc.sh Enter irrlamb directory and build: cd irrlamb scons Run the game: ./irrlamb |
► Sign in to add a comment