summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordscho <dscho>2003-07-28 15:26:24 +0000
committerdscho <dscho>2003-07-28 15:26:24 +0000
commit9b46601daa37906feb3c2334200170e53486cdac (patch)
treec8ac8546a8cfa34cda3bbf58c1b92e1ffa369026
parent2cc9392914d6ce7045b435eda8a99514e7d3695b (diff)
downloadlibtdevnc-9b46601d.tar.gz
libtdevnc-9b46601d.zip
adapted dox
-rw-r--r--ChangeLog1
-rw-r--r--README.cvs14
2 files changed, 14 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index ad82706..f77025c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,4 @@
+ fixed bug with maxRectsPerUpdate and Tight Encoding (these are incompatible)
checked sync with TightVNC 1.2.8:
viewonly/full passwords; if given a list, only the first is a full one
vncRandomBytes is a little more secure now
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