From 9b46601daa37906feb3c2334200170e53486cdac Mon Sep 17 00:00:00 2001 From: dscho Date: Mon, 28 Jul 2003 15:26:24 +0000 Subject: adapted dox --- README.cvs | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'README.cvs') diff --git a/README.cvs b/README.cvs index 5f38fbf..dfc0d44 100644 --- a/README.cvs +++ b/README.cvs @@ -1,4 +1,16 @@ -To compile LibVNCServer with sources from CVS, you have to have a current +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 -- cgit v1.2.1