
    To build and install Mumail, do the following:

    o Edit config.h according to your system.
       
    o Type `xmkmf' to generate the make file.

	o Type `make Makefiles' to generate the library make file.

    o Type `make' to build Mumail.

	o If you're unable to build the File Chooser library (libfwf.a),
	  you have to:
		  
		  		o Type `make clean'.

				o Edit config.h to disable the File Chooser (bummer!).

				o Start all over from step 1 (xmkmf, ..etc.).
				
    o Type `make install' to install the program and the support files.

    o Type `make install.man' to install the manual page.

	o Make sure the directory $HOME/Mail exits and the file MUINBOX
	  exits in it (even if empty). If you don't have that directory,
	  do ``mkdir ~/Mail''. If you don't have the file, do ``touch
	  ~/Mail/MUINBOX. The make file will attempt to do both for you
	  if you do `make install'.

    o Read the README file and the manual page.



--------------------

IGNORE THIS

    6) make the directory ~/.mumail and copy the files startup,
       phonefile, and protocols to that directory and modify them
       according to your setup. (not there yet, ignore)


