Last updated:  September 21st, 2005

0.)  Install libgpg-error:
	ftp://ftp.gnupg.org/gcrypt/libgpg-error/libgpg-error-1.0.tar.gz
	ftp://ftp.gnupg.org/gcrypt/libgpg-error/libgpg-error-1.0.tar.gz.sig

1.)  Install libgcrypt (note: there may be a more recent version available):
	ftp://ftp.gnupg.org/gcrypt/libgcrypt/libgcrypt-1.2.1.tar.gz
	ftp://ftp.gnupg.org/gcrypt/libgcrypt/libgcrypt-1.2.1.tar.gz.sig

2.)  Configure this software (scatterchat-module) like so:

	./configure --with-executable

The '--with-executable' flag creates an executable titled 'scatterchatmod'
that uses the stdin/stdout interface.  An experimental shared library interface
can be built with '--with-shared'.
