WINDOWS USERS:
See the read me.

Everybody else:
First, unpack the plugin, and cd to its directory.

Running ./configure:

  If you have Gaim installed in a system directory, you should be able to just run
  ./configure
  make
  make install (this one as root to install to the system)

  or
 
  make install-home (to install only to the current user's home dir)

  If you have Gaim installed in /usr/local, you may need to add /usr/local/lib/pkgconfig
  to your PKG_CONFIG_PATH environment variable first.  So run it like

  PKG_CONFIG_PATH=$(PKG_CONFIG_PATH):/usr/local/lib/pkgconfig ./configure

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

NOTE:  If you update Gaim to a new major release, ie: go from 1.x.x to 2.x.x,
you should re-compile and re-install the plugin, otherwise you will probably see some
strange behavior or Gaim may crash, or the plugin might just not load.

