  +-----------------------------------------------------------------------+
  |  Kima ver.2 --- an Automated Error-Correction System of KL1 programs  |
  |                                                                       |
  |    Copyright (C) 1999 Yasuhiro Ajiro, Kazunori Ueda (Waseda Univ.)    |
  +-----------------------------------------------------------------------+


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

Kima can be installed on your system wherever KLIC (KL1 to C compiler) runs,
and KLIC must be installed for installation of Kima. Please refer to
distribution files of KLIC when you install KLIC.

Installation of Kima is very easy. First

  % make all

and you'll get the binary file (kima). Make a copy of it in the directory
included in PATH after that. All files except the source files created at a
compilation can be deleted by the following command

  % make clean

`make realclean' deletes also a binary file.

If an old version of Kima has been already installed on your system, delete
or back up all related files first, and install this version.

