Installation Instructions for PB and PG
=======================================
 
The distribution tar file is placed in a suitable directory, e.g. 
/usr/local/src and unpacked:
  
   tar xzvf pbpg-2.0.tar.gz

The files from the distribution are now located in directory pb-pg-2.0.
	    
Now execute the following commands:
	./configure
	make
	make install
	
The latter command will - assuming you do it as 'root' - install PB, PG and 
other executables in /usr/local/bin (defaults for configure - may be changed.
See the help output from configure (./configure --help))

The documentation (README and TODO) are installed /usr/local/share/pbpg 
(default).

A sample configuration file pb.conf.example is installed in /etc/pbpg.
Modify this according to your needs - see the section on runtime configuration
in README.

Note that the UID bit is not set for PB and PG and that both programs
must by run as 'root' as root priviledges are needed for some socket 
operations in the programs.

To remove the programs completely from your PC, cd to the directory
containing the source file and execute (as root)

make uninstall

This will reverse the installation process. Your personal configuration
pb.conf wil not be removed from /etc/pbpg.
