READ THE WHOLE FILE BEFORE INSTALLING

INSTALLATION
============
Installation is straightforward.
Open up Makefile, check to make sure PCIIDS points to your pci.ids file. (Default
	will work for most systems. Change if you only get raw PCI ID's out of
	/VIDEO and friends).
If you want the buttons; uncomment the buttons line.
If you want XMMS or BMP integration; uncomment the relevant two lines.

Run: make
Run: make install

Voila!

NOTES:
`make install' copies the compiled library (something like xsys-v.v.v.so) to
$HOME/.xchat2/xsys-plugin.so for autoloading. If $HOME/.xchat2/xsys-plugin.so
exists, it is removed first.

To use the XMMS and BMP support, you MUST modify the makefile. Be sure that
you uncomment NPLIB as well as the appropriate CFLAGS.
There can be only one; if you enable both, expect undefined behaviour. It can
yield anything from a compile failure to a plugin that seems to work, but
explodes without warning and takes X-Chat with it. Don't try.

!!! USERS UPGRADING FROM X-SYS 1.x.x !!!
Please remove any xsys libraries from $HOME/.xchat2 before proceeding! Any e-mails
regarding this will be responded with: Read the whole installation page.
