Linux Installation Instructions
===============================

Note: This game assumes sizeof(int) = sizeof(int *) = 4

The ClanLib v0.8.0 library is required - http://www.clanlib.org

Optional: The MikMod library 3.1.11 - See http://mikmod.raphnet.net

To Enable Cheat Mode: Modify the line containing "(CHEAT MODE DISABLED)" in source/linux/main.cpp

Simple Installation
===================
Execute: sh install.sh

Basic Installation
==================

cd source/linux		; To go to the linux source directory
make			; Make the program
./methane		; Run the program

To disable sound, modify the makefile - under "# Remove the following two lines to disable sound"

