summaryrefslogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
authorSebastian2010-05-12 19:42:27 +0200
committerSebastian2010-05-12 19:42:27 +0200
commitce3329047d378a14006ce74ec273ac59e3375303 (patch)
tree782430f270b4c7aca1b35d5b7813518e3797c555 /INSTALL
downloadpvs-ce3329047d378a14006ce74ec273ac59e3375303.tar.gz
pvs-ce3329047d378a14006ce74ec273ac59e3375303.tar.xz
pvs-ce3329047d378a14006ce74ec273ac59e3375303.zip
initial import of latest svn version
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL58
1 files changed, 58 insertions, 0 deletions
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