# $Id: INSTALL,v 1.1.1.1 2001/01/15 07:43:45 rmiya Exp $


A BRIEF GUIDE TO INSTALLATION

1998-01-21, Ryo MIYAMOTO.
2001-01-15, revised.


This document shows how you make/install Z-matrix editor ``KUMI''.

Making KUMI is very easy. You do:

(0) change directry to `src/'.
      % cd src/
(1) execute `config.sh' script,
      % ./config.sh
(2) then make,
      % make
(3) and make install, if necessary.
      % make install

OR, instead of the above procedure, 

(0) only type `make' at this directry.


Note
(a) Using GNU make is preferable. It is necessary for making documents.

(b) The `config.sh' script can only support the following systems:
      . FreeBSD with XFree86 +Motif
      . Comtec 4D, IRIX Release 5.2 IP22
      . NEC EWS/UP4800, UP-UX/V(Rel4.2MP)

(c) Please report the CFLAGS and LFLAGS for the system not described above
    to the author.

(d) If you want to do an installation in the different manner,
    please change in `install:' entry of `Makefile.input' file.

# end-of-file
