Instructions for cross compiling MinGW libs on Cygwin

git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@86 632fc199-4ca6-4c93-a231-07263d6284db
This commit is contained in:
DRC
2010-02-12 23:24:21 +00:00
parent 101f09a3d1
commit bd17e2a5d6

View File

@@ -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++)
*******************************************************************************