Installation Instructions
*************************

Global installation (requires root access):
	./configure
	make
	make install

Installing to home directory (method 1):
	./configure --enable-locinst
	make
	make install

Installing to home directory (method 2):
	./configure
	make
	cp src/.libs/libvumeter.so ~/.local/share/audacious/Plugins
	cp -R skins/* ~/.local/share/audacious/VU_Meter_skins


To enable debugmode, run configure with '--enable-debug' switch
