summaryrefslogtreecommitdiffstats
path: root/README.cvs
diff options
context:
space:
mode:
Diffstat (limited to 'README.cvs')
-rw-r--r--README.cvs22
1 files changed, 0 insertions, 22 deletions
diff --git a/README.cvs b/README.cvs
deleted file mode 100644
index c76b479..0000000
--- a/README.cvs
+++ /dev/null
@@ -1,22 +0,0 @@
-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 autogen.sh && make
-in LibVNCServer's directory, and you should see plenty of output and
-finally have a complete build of LibVNCServer.
-
-Happy VNC'ing!
-