**** Installation Guide (Debian/Ubuntu/Suse) **** *** Prerequisites *** The following packages are required: libvncserver-dev libx11-dev libxi-dev libxtst-dev libqt4-dev >= 4.5.3 qt4-dev-tools >= 4.5.3 cmake >= 2.8.0 *** Installation *** After the svn-checkout, change to the root folder pvs and enter: mkdir -p build cd build/ cmake .. make or execute: build.sh Ignore compile time warnings. If you succeed, all binaries are located at build/ So change the current directory with: cd build/ As superuser (root) you can install the application on your system: make install As superuser (root) you can uninstall too make uninstall It is also possible to build distribution specific packages (currently DEB only) make package The Serverapplication is started with pvsmgrtouch the Clientdaemon with pvs and the Clientgui with pvsgui In case of problems, questions or any kind of feedback, mail me : johann@latocha.de