]> source.dussan.org Git - tigervnc.git/commitdiff
[Doc] Include information about running "autoreconf -fiv" in the README file.
authorAdam Tkac <atkac@redhat.com>
Tue, 29 Jun 2010 11:59:40 +0000 (11:59 +0000)
committerAdam Tkac <atkac@redhat.com>
Tue, 29 Jun 2010 11:59:40 +0000 (11:59 +0000)
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4080 3789f03b-4d11-0410-bbf8-ca57d06f2519

unix/README

index 4c166010094f1252ad3476c811e695ac208b2cd2..933ecd5c11866735c71f49c05de32e0a1728a58a 100644 (file)
@@ -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.