-- Installation --

In order to compile Kiowa, you will need the KDE and QT developer files, and
autoconf 1.4/automake 2.13 (or higher).

To compile and install Kiowa, run the following commands (substitue kde2 for
kde3, if you're using KDE 2):

  make -f Makefile.use kde3
  ./configure
  make
  make install

If you've installed a version of Kiowa previous to 1.1.2, you will need to
delete the old binary manually (from the specified prefix, or /usr/local/bin/ if
none was given). This is due to Kiowa's port to the the KDE build system,
apologies for any confusion.

If you want to install the Kiowa binary in any directory other than the
default $KDEDIR/bin, you can give the switch --prefix=/path/to/kiowa/ to the
configure script.
