summaryrefslogtreecommitdiff
path: root/trunk/README-turbo.txt
diff options
context:
space:
mode:
authordcommander <dcommander@3789f03b-4d11-0410-bbf8-ca57d06f2519>2010-02-12 23:24:21 +0000
committerdcommander <dcommander@3789f03b-4d11-0410-bbf8-ca57d06f2519>2010-02-12 23:24:21 +0000
commitaa5947add920759be0b7f50139f95a188abdccc3 (patch)
tree710caf819e097c766607b251d660c84eb996e66c /trunk/README-turbo.txt
parent61a743cabfd1bcec833d6f85e215efc99b7bfe08 (diff)
Instructions for cross compiling MinGW libs on Cygwin
git-svn-id: https://libjpeg-turbo.svn.sourceforge.net/svnroot/libjpeg-turbo@86 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'trunk/README-turbo.txt')
-rwxr-xr-xtrunk/README-turbo.txt13
1 files changed, 12 insertions, 1 deletions
diff --git a/trunk/README-turbo.txt b/trunk/README-turbo.txt
index 85356f1..798d643 100755
--- a/trunk/README-turbo.txt
+++ b/trunk/README-turbo.txt
@@ -80,7 +80,7 @@ This will generate the following files under .libs/
libjpeg.so.62.0.0 (Linux, Solaris)
libjpeg.62.dylib (OS X)
- libjpeg-0.dll (MinGW)
+ libjpeg-62.dll (MinGW)
cygjpeg-62.dll (Cygwin)
Shared library for libjpeg-turbo
@@ -179,6 +179,17 @@ Same instructions as above, but add
to the configure command line and replace CFLAGS and CXXFLAGS with '-O3 -m64'.
+MinGW Build on Cygwin
+---------------------
+
+Same instructions as above, but add
+
+ --host mingw32
+
+to the configure command line. This will produce libraries which do not
+depend on cygwin1.dll or other Cygwin DLL's.
+
+
*******************************************************************************
** Windows (Visual C++)
*******************************************************************************