1. Assuming the MIME has already been unpacked into a directory,
   for example

	Xew-3.1/Miew/

2. Required libraries

Building in this directory requires that several libraries have already
been built (and possibly installed)

	- X11 libraries (libX11, libXaw, libXmu,...)
	- Xew library (can be used directly from ../Xew/)
	- Mam library (can be used directly from ../Mam/)

If you don't have Xew and Mam already built, do those before going
forward.

3. Building the application(s)

	****************************
	* REQUIRES ANSI C COMPILER *
	****************************

	cd Miew
	cp Imakefile.dist Imakefile
			- edit your local changes to Imakefile (there should
			  not be much to do, if any). The defaults are set to
			  access Xew and Mam libraries from ../Xew and ../Mam.

	xmkmf -a	- (or 'xmkmf' and 'make depend')
	make		- to build programs (miew, mamtest, mfmtest)


4. Install

The program (miew) can be tested in the build directory with the script

	test-miew

or you can install it with

	make install

this will install the 'miew' binary into $(MBINDIR) and some support
files into $(MLIBDIR) (currently only one file: eb.gif). Remember to
verify that the MBLIBDIR path is included in the Miew.libraryPath
resource in Miew.ad.


