Compiling and installing kdiffdate
==================================

Requiremenents:
  - Qt 3.x
  - KDE 3.x

- To generate the Makefile, enter

    ./configure

- To compile the program, enter

    make

- Optionally, you can install the program into the /usr/local/bin
  directory with

    make install

  Be sure to have root rights for this command

- In order to remove the object files, enter

    make clean
 
