internals:windows:libs:libjpeg

This is an old revision of the document!


LipJpegWindows, How to compile

Available prebuilt libraries

All prebuilt libraries are available in the php-libs repositories

The filename format is:

libjpeg-x.y.z-vcversion.zip

where x.y.z defines the version, vcversion which Visual C++ has been used.

Building LibJpeg 6b

Requirements

  • LibJpeg Sources, fetch our patched (see below) version or the original [[http://www.ijg.org|sources]
  • Common tools used to compile PHP

Configuration

Two modes are available, debug or non debug (fully optimized).

Compilation

Release

nmake /f makefile.vc nodebug=1

Debug

nmake /f makefile.vc
internals/windows/libs/libjpeg.1211920223.txt.gz · Last modified: 2017/09/22 13:28 (external edit)