
- requirements:

	- you must have gtk+-1.1.12 or greater.  earlier versions of gtk+-1.1.x
	  might work, but i haven't tested it.  gtk+-1.0.x will NOT work.  CVS
	  versions of GTK are unknown, but should probably work.

	- you also need libXPM (and xpm.h)

	- lastly, you need libz (aka zlib), the compression library

- optional:

	- libjpeg and jpeglib.h
	- libtiff and tiffio.h
	- libgif or libungif and gib_lib.h
	- libpng and png.h

- the quick and dirty installation method:

	./configure
	make
	make install

- read the README if you haven't already
