diff options
author | DRC <dcommander@users.sourceforge.net> | 2009-04-02 04:49:15 +0000 |
---|---|---|
committer | DRC <dcommander@users.sourceforge.net> | 2009-04-02 04:49:15 +0000 |
commit | a3db48cd084576832a757a9b22230f0fd92c379f (patch) | |
tree | 15dc3fd56f8c86db4c5536ab5390ad16f4a8050a /unix | |
parent | 61e808dbc7fe753adb6bbaab2398ff07ef025caf (diff) | |
download | tigervnc-a3db48cd084576832a757a9b22230f0fd92c379f.tar.gz tigervnc-a3db48cd084576832a757a9b22230f0fd92c379f.zip |
Build libjpeg/SIMD by default and replace --with-included-jpeg switch with --with-system-jpeg switch
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3735 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'unix')
-rw-r--r-- | unix/README | 15 |
1 files changed, 11 insertions, 4 deletions
diff --git a/unix/README b/unix/README index 3445bc33..20bd3485 100644 --- a/unix/README +++ b/unix/README @@ -52,10 +52,17 @@ To build everything but Xvnc, do: % ./configure % make -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-included-zlib --with-included-jpeg". +This should first build some libraries - rdr, network, Xregion, rfb and tx - +followed by the vncviewer, vncconfig and vncpasswd applications. + +The default is to build an optimized version of libjpeg included with the +TigerVNC source and link these applications against it. To instead link +against the version of libjpeg provided by the operating system, pass an +argument of "--with-system-jpeg" to configure. + +The default is to link against the version of zlib provided by the operating +system. If you wish instead to build a static version of zlib and link +against it, pass an argument of "--with-included-zlib" to configure. Building Xvnc ============= |