***********************************************************
*	Install Rebus demo for linux			  *
***********************************************************

First , you might need to compile for your own system.
its possible you'll have to edit the Makefile.
(libmikmod2 , libjpeg , GL/GLU , glut are needed.) 

	cd rebus
	make


if you have problems with *.o files, mail us at www.m4nkind.com, it will be possible for us to provide src code , if you'll be kind...

executable , which is "MKDRebus" ,need to be launched in a directory 
in which "ob/" "music/" and "images/" are present !...
You'll wish to keep only executable and data files ...:

	
	edit the line "INSTALL_DIR=" in Makefile
	make install
	

then , up to you to keep source code or not ...


file rebus.desktop is a template file  to use with gnome interface and 
should be edit (for the path of Exec and Icon you have chosen for install).
we decline any responsability if you fuck up your system...
to be able to launch rebus from your desktop (in case you have become 
a rebus-addict)

	make desktop

if you want to uninstall both demo and desktop link :

	make uninstall


then you can remote the .tar.gz package and the sources...


