diff options
author | Pierre Ossman <ossman@cendio.se> | 2011-03-02 15:38:19 +0000 |
---|---|---|
committer | Pierre Ossman <ossman@cendio.se> | 2011-03-02 15:38:19 +0000 |
commit | 4973cdcf77180481434e719a5f42598b7c9518ff (patch) | |
tree | 5491d72883da074dd49e4481805096af1c24b77d /unix | |
parent | 8c46619688d093a55e7392d39f6a7b6d627c1dcd (diff) | |
download | tigervnc-4973cdcf77180481434e719a5f42598b7c9518ff.tar.gz tigervnc-4973cdcf77180481434e719a5f42598b7c9518ff.zip |
Remove the included libjpeg-turbo from the tree and rely completely on one
being provided by the system.
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4310 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'unix')
-rw-r--r-- | unix/README | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/unix/README b/unix/README index 933ecd5c..8b293646 100644 --- a/unix/README +++ b/unix/README @@ -61,11 +61,6 @@ autoconf, automake, libtool and gettext and run following command before 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. |