diff options
-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. |