Binaries
We currently maintain x86 binaries for:
Binaries and packages for other systems (MacOSX, RPM) are planned. If you would like to maintain binaries for some system, please contact us.
- Windows XP/Vista (zipped .exe and installer)
- Ubuntu 8.04 (.deb package. May work on other Debian-based OS.)
Binaries and packages for other systems (MacOSX, RPM) are planned. If you would like to maintain binaries for some system, please contact us.
Source
Compiling the source requires that these libraries are present on your system (as named in Ubuntu):
Note: An autoconf/automake setup is being created, and will probably be included in the next release.
- libboost-dev
- libsdl1.2-dev
- liblua5.1-dev
- libfreetype6-dev
- libdevil-dev
- libphysfs-dev
- libsdl-mixer1.2-dev
sudo apt-get install build-essential libboost-dev libsdl1.2-dev liblua5.1-dev libfreetype6-dev libdevil-dev libphysfs-dev libsdl-mixer1.2-dev
When the dependencies are installed, all you need to do is type:
make
Binaries will appear in the bin folder.Note: An autoconf/automake setup is being created, and will probably be included in the next release.