	----------------------------------------------------------------
	Hardware prerequisites
	----------------------------------------------------------------

	-> A machine that supports 8, 16, and 32-bit integral types.


	----------------------------------------------------------------
	Software prerequisites
	----------------------------------------------------------------

	-> An ANSI C compiler (such as gcc).

	-> Perl version 5.003 or later (http://www.perl.com/), but only
	   if you want to use either html2pdbtxt or pdbtxt2html.


	----------------------------------------------------------------
	Installing
	----------------------------------------------------------------

	1. Go to the "config" directory and edit "config.mk" making any
	   necessary changes.

	2. Go to the top-level directory and type "make".  If
	   everything works out, all the software will have been built.

	3. If you want to run html2pdbtxt or pdbtxt2html, edit line 1
	   of said scripts to set the location of the Perl executable
	   on your system if it's other than "/usr/local/bin/perl".

	4. As root, type "make install" to install; when done, exit
	   from being root.
