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:
@@ -80,7 +80,7 @@ This will generate the following files under .libs/
|
|||||||
|
|
||||||
libjpeg.so.62.0.0 (Linux, Solaris)
|
libjpeg.so.62.0.0 (Linux, Solaris)
|
||||||
libjpeg.62.dylib (OS X)
|
libjpeg.62.dylib (OS X)
|
||||||
libjpeg-0.dll (MinGW)
|
libjpeg-62.dll (MinGW)
|
||||||
cygjpeg-62.dll (Cygwin)
|
cygjpeg-62.dll (Cygwin)
|
||||||
Shared library for libjpeg-turbo
|
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'.
|
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++)
|
** Windows (Visual C++)
|
||||||
*******************************************************************************
|
*******************************************************************************
|
||||||
|
|||||||
Reference in New Issue
Block a user