diff --git a/README-turbo.txt b/README-turbo.txt index 85356f1c..798d6439 100755 --- a/README-turbo.txt +++ b/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++) *******************************************************************************