------------------------------------------
RedHat 8.0, RedHat 9.0, Vine Linux2.6CR and probably others

    * Download compressed file.
    * Uncompress the file.
      > tar xzvf kroneko-0.3.19.tar.gz
    * Move the new directory
      > cd kroneko-0.3.19
    * Do configuratioan and make
      > ./configure --prefix=/usr
      > make
    * Install execution and images
      > su
      passward:
      > make install
    * Execute.
      > kroneko

      -- Display only mode --
      > kroneko --view
      -- Super user --
      > kdesu kroneko

------------------------------------------
Plamo Linux 3.0 ( Dillon's cron )

    * Please perform a configuration as follows
      > ./configure --prefix=/opt/kde --enable-crondillon
      Currently, Kroneko does not display log list, if cron is Dillon's Cron.

------------------------------------------
Debian GNU/Linux 3.0

    * Must install KDE version 3.X.X, QT version 3.X.X
    * Some customize is performed to vixie-cron by Debian.
      Please perform a configuration as follows
      > ./configure --prefix=/usr --with-qt-includes=/usr/share/qt3/inlucde --enable-crondebian

------------------------------------------
Turbo Linux 3.0

    * Must install KDE version 3.X.X, QT version 3.X.X
    * Please perform a configuration as follows
      > ./configure --prefix=/usr --with-cronlog=/var/log/messages

SuSE Linux 8.2
------------------------------------------

    * Please perform a configuration as follows
      > ./configure --prefix=/opt/kde3 --with-cronlog=/var/log/messages --with-cronallow=/var/spool/cron/allow --with-crondeny=/var/spool/cron/deny --enable-crononlyroot

