	Compilation and installation instructions for Mindy.

Compiling Mindy requires the use of the GNU tools gmake, bison, flex
and the GNU C compiler, gcc.  If you do not have these programs
already installed at your site, you can ftp them from:

	prep.ai.mit.edu:/pub/gnu

The two files in the source distribution that will need to be
customized for your site are:

	.../mindy-1.0/Config
	.../mindy-1.0/interp/config.h

.../Config is included by the various makefiles.  In it, you will need
to change DESTDIR if you want the makefiles to be able to
automatically install the results of the compilation.

.../interp/config.h contains the default search path for Mindy
libraries.  It should be set to $(DESTDIR)/lib.  If you do not change
it, you can still run Mindy -- you will just have to always set the
MINDYPATH environment variable.

Once you have edited .../Config and .../interp/config.h, you should be
able to compile and install everything by just saying ``gmake
install'' at the top level directory.  If you just want to compile
everything without installing it, just say ``gmake.''
