internals:windows:libs:libjpeg

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
internals:windows:libs:libjpeg [2008/05/27 20:39] pajoyeinternals:windows:libs:libjpeg [2013/02/21 13:33] – [Requirements] ab
Line 1: Line 1:
-====== LipJpegWindows, How to compile ======+====== LipJpeg for Windows, How to compile ====== 
  
 ===== Available prebuilt libraries ===== ===== Available prebuilt libraries =====
  
-All prebuilt libraries are available in the php-libs [[http://pecl2.php.net/downloads/php-windows-builds/php-libs/|repositories]]+All prebuilt libraries are available in the php-libs [[http://windows.php.net/downloads/php-sdk/deps/|repositories]]
  
 The filename format is: The filename format is:
Line 11: Line 12:
 where x.y.z defines the version, vcversion which Visual C++ has been used. where x.y.z defines the version, vcversion which Visual C++ has been used.
  
-===== Building LibJpeg 6b =====+Only static library (.lib) are available for now. 
 + 
 +===== Building libjpeg 8d =====
  
  
  
 ==== Requirements ===== ==== Requirements =====
-  * LibJpeg Sources, fetch our patched (see below) [[http://pecl2.php.net/downloads/php-windows-builds/source/|version]] or the original [[http://www.ijg.org|sources]+  * LibJpeg Sources, fetch our (possibly patched) [[https://github.com/winlibs/libjpeg|version]] or the original [[http://www.ijg.org|sources]
   * Common tools used to compile PHP   * Common tools used to compile PHP
  
Line 25: Line 28:
  
 <code makefile> <code makefile>
-CFLAGS= $(cflags) $(cdebug) $(cvars) -I. /MT+CFLAGS= $(cflags) $(cdebug) $(cvars) -I. /MD
 </code>  </code> 
  
Line 54: Line 57:
 </code> </code>
  
 +For VC11 you might need to copy the win32.mak from the Windows SDK file into the jpeg source dir.
internals/windows/libs/libjpeg.txt · Last modified: 2017/09/22 13:28 by 127.0.0.1