Installation
============

If this is a source package, then you need to compile.


Compiling
=========

Requirements:
  - Qt >= 3.1.0 
  - KDE >= 3.1.0 
  - libkudzu & header of kudzu
  - libpci

To build kdshred, do:

  $ ./configure
  $ make

Notes about compiling:
    * kdshred is developed using g++ 3.3.3
      Actually it should compile fine also with the good old 2.95

    * kdshred is developed using QT 3.2.3, however i'm almost sure that
      it compile also under QT 3.1.0,

Alright, if the compile succeeded, you should have an executable called
"kdshred". Just run it (as root or suid root).

-Naoya
