====================
Release version:
====================

Unpack the plugin, cd to its directory, and run
./configure

You may need to give "configure" a few options:
--with-gaim=PATH
  Specify where the Gaim source code resides.  If the plugin is unpacked into
  gaim-0.xx/plugins/gaim-encryption, it will detect the Gaim source code
  automatically (it looks at ../..)

--with-nspr-includes=PATH
  Specify the location of the Mozilla NSPR include files.  Make sure that
  they're installed (mozilla-nspr-devel is the Redhat package, for example).
  PATH should be where the nspr.h header file was installed to.

--with-nss-includes=PATH
  Ditto, but the Mozilla NSS include files.  Redhat package is
  mozilla-nss-devel.  Look for nssbase.h

--with-nspr-libs=PATH
  Specify the location of the NSPR runtime libraries (libnspr4.so or
  libnspr4.a)

--with-nss-libs=PATH
  Specify the location of the NSS runtime libraries (libnss3.so or
  libnss3.a)

If you specified a --prefix when compiling Gaim, you should specify it for the plugin as well.

NOTE:  If you update Gaim, you should re-compile and re-install the plugin, otherwise
you will probably see some strange behavior.


==============
CVS version:
==============

First run ./autogen.sh

Then follow the above instructions.