  +-----------------------------------------------------------------------+
  |     Kima -- an Automated Error-Correction System for KL1 Programs     |
  |                             Version 2.13                              |
  |                                                                       |
  |    Copyright (C) 2001 Yasuhiro Ajiro, Kazunori Ueda (Waseda Univ.)    |
  +-----------------------------------------------------------------------+


How to install Kima
--------------------

Kima can be installed on your Unix system wherever KLIC (KL1 to C compiler)
runs.  Conversely, KLIC must be installed beforehand for Kima.  When you
install KLIC, please refer to distribution files of KLIC.

Installation of Kima is very easy.  First, 

  % make all

and you will get the executable file kima-2.130.  Second, make a copy of it
in the directory included by PATH.  Last, if necessary, create a symbolic
link with an easy name (e.g. kima).

All files created at a compilation time can be deleted by the following
command:

  % make clean

`make realclean' deletes also the executable file.

If an old version of Kima (namely 1.0 - 2.12) has already been installed on
your system, delete or back up related files before the installation of
this version.

