summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordscho <dscho>2003-02-27 07:46:24 +0000
committerdscho <dscho>2003-02-27 07:46:24 +0000
commit8d308e2fb867836f670059f29f9391e33af05c03 (patch)
tree3714dbb50d7967161e95ddfd169ffcf003f919ff
parentd75c85d737640cd8557593d7d19d56ab7f85d508 (diff)
downloadlibtdevnc-8d308e2f.tar.gz
libtdevnc-8d308e2f.zip
added some documentation how to compile from CVS sources
-rw-r--r--README.cvs10
1 files changed, 10 insertions, 0 deletions
diff --git a/README.cvs b/README.cvs
new file mode 100644
index 0000000..5f38fbf
--- /dev/null
+++ b/README.cvs
@@ -0,0 +1,10 @@
+To compile LibVNCServer with sources from CVS, 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!
+