
Windows users
----------------------
In the location that you installed gaim, there should be a subdirectory
called "plugins".  Copy autoprofile.dll to that directory, start Gaim,
and select AutoProfile from the plugins menu to get started.

For information on using the Fortune component, see "FORTUNE" in the misc directory

Windows users who compile with cygwin
--------------------------
Follow the general instructions for unix/linux users- instead of typing "make" use
"make -f Makefile.mingw" when compiling inside the autoprofile directory.  
Make sure that instead of typing ./configure, you use "make -f Makefile.mingw" on the
main gaim source as well.

If you wish to use the uptime plugin, remove the lines that read as follows before
compiling:
#ifndef _WIN32
#endif

Unix/Linux users
--------------------------
Unpack the provided tarball to the /plugins directory within the gaim source code.
Run ./configure on the gaim source.

Then type "make" in the autoprofile sub-directory.  Copy the resulting autoprofile.so
file to your ~/.gaim/ directory and select AutoProfile from the plugins
menu when you start gaim.

For information on using the fortune component, see "FORTUNE" in the misc directory
