LCavity

Installation instructions

At the moment there are no binaries available yet, so you have to compile the
game on your own. Until now, I have only tried it on Debian unstable, but
it should compile on most Linux distributions fine.

You need the to have the development packages of the SDL library (http://www.libsdl.org/)
installed in your system. They should be included with all major linux distributions.

Just unpack the game to any folder (tar xjvf lcavity-version.tar.bz2), cd to the newly
created subfolder lcavity-version and run:
make

At the moment, I have not yet done much work on the compiling configuration, but
as soon as I have the time I will create a configure script using autoconf and
automake.
Because the compilation results in one single file, you can just copy this file
to any directory you want.

This makefile uses g++ on GNU/Linux.

You can always find the current version at http://lcavity.sourceforge.net/
