 =--------------
 =
 =  Installation instructions for the Term Processor Kimwitu++
 =
 =--------------


Usually, all you have to do is just a plain

    ./configure
    make

This will leave an executable kc++ in the top directory of the distribution.
Since this is really all you need, there is no 'make install' and such. Just
copy the file to a convenient location.

There is also documentation in two places. In the directory 'man' you'll find
a man page with an ultra-short description of how to invoke kc++, the Kimwitu++
'compiler.' More documentation is in the doc directory, in DocBook (XML) format,
which will be compiled via LaTeX. Do

    cd doc
    make

to obtain a printable version.

More info in the README file.
