summaryrefslogtreecommitdiffstats
path: root/README.cvs
blob: dfc0d444ba95be576bb6ce450aa9638a705f4204 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
If you check out CVS of LibVNCServer, everything should build as usual:

./configure && make

If your machine complains not having the right version of automake (which should
not be necessary, because every needed file is checked in), try

find -name Makefile.in -exec touch {} \;

and rerun ./configure && make

If you want to make changes which require automake or autoconf (i.e. you
check for other headers or add files), you have to have a current
(>2.50) version of autoconf. Also, you need automake.

Then, just do
	sh bootstrap.sh
in LibVNCServer's directory, and you should see plenty of output and
finally have a complete build of LibVNCServer.

Happy VNC'ing!

OpenPOWER on IntegriCloud