summaryrefslogtreecommitdiff
path: root/trunk/README-turbo.txt
diff options
context:
space:
mode:
authordcommander <dcommander@3789f03b-4d11-0410-bbf8-ca57d06f2519>2010-05-10 22:18:10 +0000
committerdcommander <dcommander@3789f03b-4d11-0410-bbf8-ca57d06f2519>2010-05-10 22:18:10 +0000
commitd0e746ee856534cded7839333d061ff0fe5f0083 (patch)
treec48d09cfcf70a9f274046f6dcb9e37f56e42185e /trunk/README-turbo.txt
parentbc47bf9aa770e1ef13162a22ebcab8749f915505 (diff)
Create separate packages for Win64 binaries
git-svn-id: https://libjpeg-turbo.svn.sourceforge.net/svnroot/libjpeg-turbo@181 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'trunk/README-turbo.txt')
-rwxr-xr-xtrunk/README-turbo.txt16
1 files changed, 8 insertions, 8 deletions
diff --git a/trunk/README-turbo.txt b/trunk/README-turbo.txt
index 801af94..0006ae5 100755
--- a/trunk/README-turbo.txt
+++ b/trunk/README-turbo.txt
@@ -138,15 +138,15 @@ of libjpeg by setting
If using Cygwin, then set
- CPATH=/cygdrive/c/libjpeg-turbo-gcc/include
+ CPATH=/cygdrive/c/libjpeg-turbo-gcc[64]/include
and
- LIBRARY_PATH=/cygdrive/c/libjpeg-turbo-gcc/lib
+ LIBRARY_PATH=/cygdrive/c/libjpeg-turbo-gcc[64]/lib
If using MinGW, then set
- CPATH=/c/libjpeg-turbo-gcc/include
+ CPATH=/c/libjpeg-turbo-gcc[64]/include
and
- LIBRARY_PATH=/c/libjpeg-turbo-gcc/lib
+ LIBRARY_PATH=/c/libjpeg-turbo-gcc[64]/lib
Building against libjpeg-turbo is useful, for instance, if you want to build an
application that leverages the libjpeg-turbo colorspace extensions (see below.)
@@ -166,10 +166,10 @@ On OS X, simply add /opt/libjpeg-turbo/{lib}/libjpeg.a to the linker command
line (this also works on Linux and Solaris.)
To build Visual C++ applications using libjpeg-turbo, add
-c:\libjpeg-turbo\include to your system or user INCLUDE environment variable
-and c:\libjpeg-turbo\lib to your system or user LIB environment variable, and
-then link against either jpeg.lib (to use jpeg62.dll) or jpeg-static.lib (to
-use the static version of libjpeg-turbo.)
+c:\libjpeg-turbo[64]\include to your system or user INCLUDE environment
+variable and c:\libjpeg-turbo[64]\lib to your system or user LIB environment
+variable, and then link against either jpeg.lib (to use jpeg62.dll) or
+jpeg-static.lib (to use the static version of libjpeg-turbo.)
=====================
Colorspace Extensions