summaryrefslogtreecommitdiffstats
path: root/INSTALL
blob: 437f9bc6dab30c551ee75e8ce26e30f9d6d45629 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
**** 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