summaryrefslogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL23
1 files changed, 6 insertions, 17 deletions
diff --git a/INSTALL b/INSTALL
index 6a7d736..437f9bc 100644
--- a/INSTALL
+++ b/INSTALL
@@ -10,7 +10,7 @@ The following packages are required:
libxtst-dev
libqt4-dev >= 4.5.3
qt4-dev-tools >= 4.5.3
- cmake >= 2.4.0
+ cmake >= 2.8.0
*** Installation ***
@@ -31,11 +31,14 @@ So change the current directory with:
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
- pvsmgr
+ pvsmgrtouch
the Clientdaemon with
pvs
@@ -43,18 +46,4 @@ the Clientdaemon with
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
+In case of problems, questions or any kind of feedback, mail me : johann@latocha.de