Program: Linux SVGAlib Angband
Author: Jon Taylor (taylorj@gaia.ecs.csus.edu)
Date: 17/26/95
Version: 1.01

	This is the Linux SVGAlib version of Angband.  It requires that your
system have SVGAlib 1.2.6 (or later) installed to run.  It also expects the
included file "8x13.bmp" to be located in /usr/games/angband/lib, the file
"pref-lsl.prf" to be located in /usr/games/angband/lib/pref, and the
included "8x12alt.psf" font file to be located in /usr/lib/kbd/consolefonts
(this font file is a standard part of the KBD library, so your system may
already have it).  Also, the executable, like all SVGAlib programs, must be
suid root in order to run.  Currently, it also must be run as root.
	To compile this program, just copy main-lsl.c, readbmp.h, and the
Makefile into a directory with the rest of the "standard" Angband sources,
apply the included diff to an unmodified main.c from Angband 2.7.8, and type
"make".  Mail me with any bugs/comments/praise/ideas/whatever.


History:

- V1.00: Initial release.
- V1.01: Fixed problems:
	- Forgot to include preferences file for graphical character
	selection (aaaargh...)
	- Forgot to include patch for main.c
	- Accidentally distributed executable w/SVGAlib debugging code
