Scorch Went Bonkers
version 1.1

------------------------------------------
  General
------------------------------------------

 This is the source package for Scorch Went Bonkers. It contains everything
needed to compile and run it. Scorch Went Bonkers is highly portable and
has been compiled succesfully by me on both Windows (MinGW) and Linux (GCC).
In theory, it should compile on MacOS X without any changes.

------------------------------------------
  "License"
------------------------------------------

 The source uses the zlib/libpng license, which basically means you can do
whatever you want with it. I just ask that you credit me if you happen to
"borrow" a part of my code.

------------------------------------------
  Dependencies
------------------------------------------

	* Allegro	http://alleg.sf.net
	* AllegroGL	http://allegrogl.sf.net
	* FMOD		http://www.fmod.org
	* JPGAlleg	http://www.ecplusplus.com/index.php?page=projects&pid=1

------------------------------------------
  Notes on FMOD under Linux
------------------------------------------

 As of now (version 3.74), FMOD uses a strange development method under Linux - 
they supply only the binary .so file, bearing the appropriate version number. 
You will need to alter the makefile to reflect that version number. Change
the variable FMOD in line 55 to:

	FMOD = -lfmod-my.version.of.fmod

 Or, if FMOD developers come up with a better way of linking with it, you can
put that better way there.

------------------------------------------
  Compiling
------------------------------------------

 The archive contains makefiles for both MinGW and Linux. Just pick one of them,
and rename it to "Makefile". Then, on the command line, type:

	make depend
	make

 After that, the directory should contain an executable called "swb". That's it.

------------------------------------------
  Final word
------------------------------------------

 This source is provided as is, which essentially means that I don't give any
warranties, and if your computer blows up while running SWB (which it shouldn't,
but you never know :P), I don't get to pay you :).

 Have fun,
Jakub "krajzega" Wasilewski
