diff options
author | Adam Tkac <atkac@redhat.com> | 2009-03-11 11:23:28 +0000 |
---|---|---|
committer | Adam Tkac <atkac@redhat.com> | 2009-03-11 11:23:28 +0000 |
commit | d27f13b29bcce114a59c5dd08ae784afd6cb6f20 (patch) | |
tree | bcc137e3a8e851730d79bd20fff0cb532d54c462 /unix/README | |
parent | fc4cd71685ee15f5a2e6548dafa845eb0b5d5937 (diff) | |
download | tigervnc-d27f13b29bcce114a59c5dd08ae784afd6cb6f20.tar.gz tigervnc-d27f13b29bcce114a59c5dd08ae784afd6cb6f20.zip |
Fix README. jpeg/zlib parameters are --with-included-{zlib,jpeg} instead of
--with-tight-{zlib,jpeg}.
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3658 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'unix/README')
-rw-r--r-- | unix/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/README b/unix/README index db0301ad..3445bc33 100644 --- a/unix/README +++ b/unix/README @@ -55,7 +55,7 @@ To build everything but Xvnc, do: This should build first some libraries - zlib, jpeg, rdr, network, Xregion, rfb and tx - then vncviewer, vncconfig and vncpasswd. System zlib and jpeg are preferred. If you want use zlib and jpeg distributed with TigerVNC you have to -run configure "./configure --with-tight-zlib --with-tight-jpeg". +run configure "./configure --with-included-zlib --with-included-jpeg". Building Xvnc ============= |