Installation
============
This information is repeated in README.

The game depends on the Allegro library (minimum 4.2.0) available at 
http://alleg.sourceforge.net. The Windows DLL (allegro.dll) is packaged with the
Windows binary versions.

To install the Windows installer version of the game, just double click the
icon and follow the prompts. The game can be run by either going to Jamyskis/
Naughts and Crosses under the start menu or click on the desktop icon. To 
uninstall, go to the start menu entry and select uninstall, or go to
Add/Remove Programs. For the archived Windows binary, double click on 
"naughts.exe". With the Linux binary, open a console, go to the corresponding 
directory and type:

./naughts_and_crosses.bin

Alternatively, if you can run shell scripts from the desktop, and open a console
with them, you can double click on run_naughts_and_crosses.sh to start the game.

If you wish to compile from source under Linux, it is sufficient to type the
following (for installation you need sudo or root permissions):

./configure
make
make install
naughts_and_crosses

If you wish to remove the program, go to the source directory and type:

make uninstall

It is possible when compiling from source to set your language and OS in 
"compile_settings.h" and/or add a language in "language.h". Currently you can 
set the OS to "WINDOWS" or "LINUX". If you're using Windows, set it to Windows, 
if you're using LINUX, set it to "LINUX". Most other major OSs are *NIX-based,
so while they are not supported, they may well work with the "LINUX" tag.

You're welcome to redistribute the new binary, as long as you distribute the 
source with it or a copy of the GPL as per the GPL. I would also request that my
name be kept in the binary and source and that the changes be sent to me.
