Created: Wed Nov 26 00:31:14 CST 2003 - Freakster

Compilation Notes:

	Debug:

		Edit headers.h and define debug to make a debug version which will
		not spawn into the background and print out a whole bunch of garbage
		and hopefully a bit of useful information.

	Linux/Unix:

		Download the bot. 
		Uncompress the bot: tar -zxf garnax-f0.0.tar.gz 
		Enter the new bot directory: cd garnax-f0.0 
		Type: make 
		Copy the example.conf to yourbot.conf: cp example.conf yourbot.conf 
		Edit your new config file. 
		Start it up: ./garnax yourbot.conf 

	Windows:	
	    
		MSVC++6: From the Settings option on the Project Menu, append
		wsock32.lib to the Object/Library Modules section on the Link tab.

		Version: Debug
		Project: Win32 Console App

		Version: Silent (No debug. Run in the background.)
		Project: Win32 Application

		Include all of the source code into the project.  Edit headers.h
		and define #define WIN32 to indicated it's a windows version.

		Copy the example.conf to yourbot.conf.
		Edit your new config file. 
