
#
# $Header: /vol/dwb/src/mumail-2.4b/RCS/1-INSTALL,v 1.2 1994/03/31 17:56:22 dwb Exp $
#
#
# $Log: 1-INSTALL,v $
# Revision 1.2  1994/03/31  17:56:22  dwb
#  MuMail 2.4 Beta
#
# Revision 1.1  1993/11/15  20:14:43  dwb
# Initial Revision
#
#
#

    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.

