grim/guifications2

Doing this so I can fix our tarball
org.guifications.gf2 gf_2_13beta7
2007-05-01, John Bailey
d9f3834d8f71
Doing this so I can fix our tarball
Install
=======
To install Guifications, simply extract the contents of this zip file
to your gaim install directory, which is C:\Program Files\Gaim by
default.
To Compile
==========
You need a complete Gaim build environment set up, and Gaim already compiled.
If you're using a version of MinGW 3.1-1 or lower you'll need to update
some of the api, and extract/copy it into your MinGW directory. You can
get the updated api from:
http://prdownloads.sf.net/mingw/w32api-3.1.tar.gz?download
You also need fontconfig and freetype2 development bits, which you can get
from:
http://www.gimp.org/~tml/gimp/win32/fontconfig-dev-2.2.2-20040412.zip and
http://prdownloads.sourceforge.net/gnuwin32/freetype-2.1.2-1-lib.zip?download
extract those in ~/win32-dev/gtk_2_0 (where ~/win32-dev is part of your Gaim
build environment)
Then extract the Guifications source into:
gaim-source-tree/plugins/
gaim-source being what ever path you extracted the gaim source tree to.
For example, if your gaim source tree is in /home/user/gaim-VERSION
you want to "cd" over to /home/user/gaim-VERSION/plugins/ and type:
tar zxvf guifications-VERSION.tar.gz
Then cd into the source dir
cd guifications
Followed by
make -f Makefile.mingw
make -f Makefile.mingw install
When it's done building copy
win32-install-dir/plugins/guifications.dll
win32-install-dir/pixmaps/guifications
to your gaim install dir, (Keeping the already defined tree structure of
course)
And you should be good to go. Restart gaim and try it out.