Compiling KWatch from the source is very easy. The following should do it:
% ./configure % make % make install |
If you run into problem translating index.docbook to the HTML help files, this is probably due to missing catalog files on the jade command line in the kdb2html script. I had to add
SP_C_SWITCHES="-c /usr/lib/sgml/stylesheets/nwalsh-modular/catalog" |
Alternatively, installing the RPM is even easier:
% rpm -Uvh rpm-1.9.3-1.i386.rpm |