FREEBSD USERS PLEASE SEE BELOW!!!


Pretty simple to install

If using linux, you can use the binary included, or to compile it yourself:

./configure
make
make install (as root)

That's it!


*FREEBSD USERS:
you must use gmake instead of normal make, otherwise the build will fail!
bsd make is not 100% compatible with gnu makefiles!
Also, the binary included WILL NOT work on your system.


TROUBLESHOOTING:

Q: It won't configure! says something about missing 'configure.in'
A: Your autoconf is out of date. I suggest you upgrade to the latest (2.57 at this time
   of writing), but you *might* be able to merely rename configure.ac to configure.in,
   although this is not guarenteed to work.

Q: make fails!
A: Make sure you have all required libraries installed (mainly libXpm - note the X is capital)

Q: Something else goes wrong!
A: email me! let me know all your info, including OS,
   gcc, autoconf, make, and libXpm versions!
