
    kdrill v3.1 INSTALL file

READ THIS FILE CAREFULLY.

 kdrill REQUIRES an ANSI-C compiler
(And X11 R5)


You should really check out Imakefile to see if things are okay for your
system. Things like where you want kdrill isntalled, for instance.

Read README about getting "kanjidic", if you do not have it yet. It is
required for this program.

Currently, there's a few options how to install the dictionary file.
By default, it will look in /usr/local/lib/kanjidic.gz
That means it's a gzip'd file. 
I strongly advise you to get gzip.
If you really really don't, then you need to:

1) change the appropriate line in "init.c"
2) change the Imakefile defines for UNCOMPRESSEXT and UNCOMPRESS

kdrill will check to see if the dictionary is compressed or not.  If it
is compressed, it will attempt to open a pipe with the uncompression
program of your choice.
If the dictionary is not compressed, it will open the file "normally".


TO INSTALL: 
 (for Xwindows newbies, presuming you don't need to change anything)

xmkmf
make
make install
make install.man
