Installing xbms
---------------

On most (Linux and *BSD) machines, compiling xbms seems very familiar:
After extracting the archives, change to the xbms folder and:

	make

And if you plan to install xbms usable for each user on your machine, execute

	make install

as root.

note: 
	no more configure, unless we find some OS issues again.
	you may look into the server.c header for editing default user, path 
	and other stuff, though you can configure xmbs fully by cmd line 
	and configfile
