How to Install
==============

1. For those who are in haste.

Issue the following commands at top directory:

	Configure
	make depend
	make all
	make install

2. Running environment

A'UM-90 has been running with the following combinations of tools and
operating systems:

$B!&(JSUN4/SPARCstation
	OS:	  SunOS 4.1.1
	Compiler: g++-2.2.2  + libg++-2.1

$B!&(JSequent Symmetry
	OS:	  Dinix 3.0.17.9 NFS;
	Compiler: g++-1.37.1 (shared-patch)
		  libg++-37.0

3. Details of installation

Notice: When you install pas and aumc separately, aumc has to be installed
first; it will be used in pas's installation.

3.1 Configure

First, you execute Configure to set up compile environment appropriately,
and to create Makefiles in several subdirectories.

Configure asks you some questions before it creates Makefiles.

3.2 make depend

Then you execute make depend to add dependency description to all Makefiles.

3.3 make all

Make all performs compilation to create several executables and libraries.

3.4 make install

Make install installs the executables and the libraries in directories
you specified to Configure.

4. How to clean up directories

Type the following at top directory

	make distclean

5. Documents

Documents are stored in two directories under doc:

	doc/texinfo:		Manuals for A'UM-90 in texinfo format
	doc/paper:		LaTeX files for an A'UM paper.

See README in each directory for further instruction.
