From ce3329047d378a14006ce74ec273ac59e3375303 Mon Sep 17 00:00:00 2001 From: Sebastian Date: Wed, 12 May 2010 19:42:27 +0200 Subject: initial import of latest svn version --- INSTALL | 58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 58 insertions(+) create mode 100644 INSTALL (limited to 'INSTALL') diff --git a/INSTALL b/INSTALL new file mode 100644 index 0000000..cfb079b --- /dev/null +++ b/INSTALL @@ -0,0 +1,58 @@ +**** Installation Guide (Debian/Ubuntu/Suse) **** + + +*** Prerequisites *** + +The following packages are required: + libvncserver-dev + libx11-dev + libqt4-dev >= 4.5.3 + qt4-dev-tools >= 4.5.3 + cmake >= 2.4.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 + +It is also possible to build distribution specific packages (currently DEB only) + make package + +The Serverapplication is started with + pvsmgr + +the Clientdaemon with + pvs + +and the Clientgui with + pvsgui + + +*** VNC-Server for the PVS-Client *** + +Additionally a script/program has to be supplied to start/stop the vnc-server on the pvs-client. +The program/script is expected to have the following signature: + + program/script(start/stop, port, password) + +All paramters are passed as strings. The first paramter is either "start" or "stop", the second one defines the port on which the +vnc-server should run, the third which password should be set. +Password and port are randomized by the PVS-Client. The port is chosen in the range of [59000, 59100]. + +*** Contact *** + +In case of problems, questions or any kind of feedback, mail me : wittenb@informatik.uni-freiburg.de -- cgit v1.2.3-55-g7522