ACS 0.24 installation instructions  (08/21/99)

To compile ....

To make a "debug" version (slow, with additional error checking), just
type "make".  If you have a recent g++ compiler, this should build it
in the O subdirectory.

To make a "release" version (faster, usually about 2x), type make
followed by your system type, such as "make linux".  This will build
it in a subdirectory (in this case LINUX).

Look at "Makefile" for a list of supported systems, and clues of how
to do it on others.  Most of them have not been tried in years.

If it doesn't work, edit only a "Make2.*" file, and possibly md.h or
md.cc.  All nonportabilities are confined to these files.

It does require a recent and proper C++ compiler with a proper
library, including STL.  Gnu compilers older than 2.8 will probably
not work.  Anything else that old will also probably not work.  Any
high quality C++ compiler available today should work.

To install ....

Just move or copy the executable to where you want it.

If you want the help file (embarrasingly obsolete), you can move or
copy it next to the executable, or in any directory in the PATH.
