Building Gaim-Encryption on Windows
Building this is a bit of a pain, especially if you haven't used Cygwin/MinGW before. If you'd prefer, check out the pre-built self-extracting installer.Ooh, you're really gonna build it yourself! Cool...
Start with the Gaim building instructions here.
Next, you'll need a copy of the Mozilla NSS and NSPR libraries for MinGW.
They are at ftp://ftp.mozilla.org/pub/nspr, and
ftp://ftp.mozilla.org/pub/security/nss/releases.
Copy the nss-3.8 and nspr-4.3 directories into your win32-dev directory.
Put the Gaim-Encryption source release into gaim/plugins.
Build/install it:cd ~/gaim/plugins/encrypt
make -f Makefile.mingw install
There you go. It will (hopefully) work exactly the same as the Linux version.
If you want to build the installer, you will need to include several DLLs from NSPR and NSS into the gaim/win32-install-dir, before you run make -f Makefile.mingw installer in the root gaim directory.
