	----------------------------------------------------------------
	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
	----------------------------------------------------------------

	Basically:

		./configure
		make
		make check	# optional
		make install

	If you want to install it someplace other than the default,
	give a --prefix=path argument to ./configure where "path" is
	where you want it installed.
