
Running on Linux
================

This game was written in AGS; a Linux port of the runtime was made by Shawn Walker.
It has been compiled and tested in Ubuntu, but will likely also work with other
distributions of PC Linux. Place these files in your game directory.

A few libraries need to be installed to get this to work. If you lack the user
privileges to install libraries, ask your system administrator.
  sudo apt-get install liballegro4.2
  sudo apt-get install libaldmb1

The ags-setup tool can be used to adjust your configuration; if that doesn't work,
you can accomplish the same by editing the acsetup.cfg file with any text editor.
The setup tool requires a library that isn't actually needed by the full game.

Once you're done, you can run the game by running
  ./ags-linux <game>.exe



If you're running RedHat, you may need to build and install Allegro manually.
This can be done with the following steps:
  Download the Allegro 4.1.11 Source RPM.
  sudo rpmbuild --rebuild allegro-4.1.11-1.src.rpm
  This will take awhile.
  cd /usr/src/redhat/RPMS/i386/
  sudo rpm -Uvh allegro-4.1.11-1.i386.rpm

Should you be unable to get this to work, a newer version of the Linux port can
be downloaded at the site below, which also has a FAQ and further information.
  http://www.t-vandepoele.be/AGS
