diff options
author | Adam Tkac <atkac@redhat.com> | 2010-06-29 11:59:40 +0000 |
---|---|---|
committer | Adam Tkac <atkac@redhat.com> | 2010-06-29 11:59:40 +0000 |
commit | d9e813d0035cd28cb4e587e23cecdc5edac14f03 (patch) | |
tree | e0aa746c32a0770dd383a52bd3bc29593038b406 /unix | |
parent | 01345fc0cacdf1d1b7938a6b3d74671cd13d7ab6 (diff) | |
download | tigervnc-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/README | 6 |
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. |