
    kdrill v4.0 INSTALL file

READ THIS FILE CAREFULLY.

 kdrill REQUIRES an ANSI-C compiler
(And X11R5 libXaw, or better)


You should really check out Imakefile to see if things are okay for your
system. Things like where you want kdrill installed, for instance.
Additionally, there are a few things in "defs.h" you will want to tweak IF
things don't compile on your system. Otherwise, leave em alone.

kdrill now requires that you have the "strstr(a,b)" C library call.
All it does is check whether string b is in string a.

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

Currently, there are a few options how to install the dictionary file.
By default, it will look in /usr/local/lib/kanjidic.gz
The ".gz" means that it expects a gzipped file. 
I strongly advise you to get gzip.
If you really really DON'T want gzip for some reason, 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 on most systems, do;

xmkmf
make
make install
make install.man


COLOR OPTIONS:
KDrill now comes slight colored. It uses grey (Oooooo!)
You may tune to taste via the KDrill file.
If you have a monochrome system (I feel sorry for you) you might want to
just comment out the color lines in the "KDrill" resource file, if you
have it installed. 

