summaryrefslogtreecommitdiffstats
path: root/unix
diff options
context:
space:
mode:
authorAdam Tkac <atkac@redhat.com>2010-06-29 11:59:40 +0000
committerAdam Tkac <atkac@redhat.com>2010-06-29 11:59:40 +0000
commitd9e813d0035cd28cb4e587e23cecdc5edac14f03 (patch)
treee0aa746c32a0770dd383a52bd3bc29593038b406 /unix
parent01345fc0cacdf1d1b7938a6b3d74671cd13d7ab6 (diff)
downloadtigervnc-d9e813d0035cd28cb4e587e23cecdc5edac14f03.tar.gz
tigervnc-d9e813d0035cd28cb4e587e23cecdc5edac14f03.zip
[Doc] Include information about running "autoreconf -fiv" in the README file.
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4080 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'unix')
-rw-r--r--unix/README6
1 files changed, 6 insertions, 0 deletions
diff --git a/unix/README b/unix/README
index 4c166010..933ecd5c 100644
--- a/unix/README
+++ b/unix/README
@@ -52,6 +52,12 @@ To build everything but Xvnc, do:
% ./configure
% make
+If you build binaries from SVN repository then you need to have installed
+autoconf, automake, libtool and gettext and run following command before
+./configure:
+
+ % autoreconf -fiv
+
This should first build some libraries - rdr, network, Xregion, rfb and tx -
followed by the vncviewer, vncconfig and vncpasswd applications.