Phluid installation instructions
--------------------------------

NOTE: If you have trouble compiling this on any platform please let me know.
My development platform is an AMD Duron 700 overclocked to 900 running
Slackware 7.x with XFree86 4.0.1, but I'd like to support as many platforms
as possible.  The code should theoretically work on any platform that can get
XFree86 and Imlib2 installed, but I'm inexperienced with autoconf and automake,
so my configure script may not work right on all systems.

tarball version: Run something like ./configure; make; make install.  Of 
                 course, you need to be root for the make install part.

cvs version: Run ./autogen.sh and then do the same as the tarball version.
