From d9e813d0035cd28cb4e587e23cecdc5edac14f03 Mon Sep 17 00:00:00 2001 From: Adam Tkac Date: Tue, 29 Jun 2010 11:59:40 +0000 Subject: [PATCH] [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 --- unix/README | 6 ++++++ 1 file changed, 6 insertions(+) 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. -- 2.39.5