This is kdbus, a D-BUS service browser for KDE.

Requirements:
	KDE >= 3.3.0, < 4.0
	D-BUS >= 0.60

Usage:
	Pretty self explanatory :-)

Compilation and installation:
	If this is a distributed tarball, run this in the current directory:
	  ./configure && make && make install
    If this is a KDE svn checkout, run this in the directory above this one:
	  make -f Makefile.cvs && ./configure && cd kdbus && make && make install

