Here is the basic installation procedure:

	tar zxvf pdbv-$version.tar.gz
	cd pdbv-$version
	./configure
	su
	make install

If you have both rpm and dpkg installed, the configure script won't be
able to guess which one to use, and will try with dpkg. If your distro
is rpm based, add the option --type=rpm when running ./configure


To use it, try:

	pdbv --html --dir=/home/dude/pdbv
    or
	pdbv --help


To get it running frequently, you should use cron daemon:

    	# For instance, 
	30 23 * * *     root    /usr/bin/pdbv -d /var/www/pdbv
     	# will run pdbv everyday at 11:30:00 PM
     	# and put it's output in /var/www/pdbv

But you do not need to edit your crontab. Normally, at installation, 
a file /etc/cron.daily/pdbv should have been created.

Check also your /etc/pdbvrc2. You can copy this file to $HOME/.bashrc2 for
user-level configuration.
