INSTALL:

1. unpack PROTOVER_LDAP-<VERSION>.tgz archive
2. run install.sh script and follow the instructions

To run the testsuite you need at least Python 2.2 or higher.
To use GUI interface you will also need PyGTK 2.0 or higher.
The GUI is known to work on Linux.

Python download - http://www.python.org/download/
PyGTK download  - http://www.pygtk.org/downloads.html

In case your version of pygtk has not been compiled with threading support,
you need to compile pygtk from source: ./configure --with-threads --prefix=/usr && make && make install

