From: Adam Tkac Date: Wed, 11 Mar 2009 11:23:28 +0000 (+0000) Subject: Fix README. jpeg/zlib parameters are --with-included-{zlib,jpeg} instead of X-Git-Tag: v0.0.90~131 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=d27f13b29bcce114a59c5dd08ae784afd6cb6f20;p=tigervnc.git 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 --- 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 =============