Requirements
------------
F.L.A.W. uses the SDL libraries (http://www.libsdl.org/).
This means it can run on any system supported by the SDL libraries.
To compile and run the game, the following libraries are required:

* SDL (>= 1.2)

* SDL_image 
  -libpng
  -zlib

* SDL_mixer 
  -libogg 
  -libvorbis
  -libvorbisfile

* SDL_ttf
  -libfreetype

* SDL_gfx

* gettext


The following fonts have to be installed

* GNU FreeFont

* wqy-microhei or wqy-zenhei (for chinese characters)


Compile and install under Linux:
--------------------------------
Basically, all you have to do is open a terminal, 'cd' to the game's source directory
and use the following commands to configure, build and install the game:

./configure
make
make install  (as root)

Be sure you have the necessary tools and the SDL libraries installed.
You can set the correct fonts directory through the '--with-fontpath' command line
option of the configure script (default is /usr/share/fonts).


Install under Debian GNU/Linux and Ubuntu:
------------------------------------------
Just download and install the .deb packages from the F.L.A.W. website: 
http://flaw.sourceforge.net/


Install under Windows:
----------------------
Just download and unpack the .zip archive from the F.L.A.W. website:
http://flaw.sourceforge.net/

