HOW TO INSTALL XBLAST

PUBLIC INSTALLATION

 Assuming you have root access to the host

 o  type "xmkmf -a" to create the Makefile from the Imakefile
 
 o  type "make" to build the programm xblast	
   
 o  "make -k install" to build and install the programm

 o  type "make install.man" to install the manpage

PRIVATE INSTALLATION

 No root access or no writable X11 directory tree

 o  Create a directory for the XBlast files (e.g. ~/.xblast /usr/local/xblast)

 o  Load Imakefile into an editor

 o  Change the variables XBLASTDIR and XAPPLOADDIR to the above path

 o  Do the same for Imakefile in the subdirectories bitmap, image, sound and
    in their subdirectories

 o  Now follow the public installation routine

That should do it. 
Enjoy XBlast ;)

