If you're using Windows and simply want to install the pre-built DLL (rather
than build it yourself), read INSTALL.win32.  You can ignore this file.

To build and install this plugin from source:

1. Edit the Makefile (if desired).

   - If you're building on Windows, set WINDOWS=1 at the top of the Makefile.

   - By default, the plugin installs to your home directory. If you want to
     install it system-wide, edit the Makefile to set PLUGINDIR as required.

2. Build the plugin by typing: make
   - If you get a ton of errors, you probably need to set PKG_CONFIG_PATH.
     This should be set to the directory which contains your gaim.pc file.
     If you've compiled Gaim from source, try the following command:
        export PKG_CONFIG_PATH=/usr/local/lib/gaim

3. Install the plugin by typing: make install
