internals:windows:libs:libcurl

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
internals:windows:libs:libcurl [2011/11/06 17:05] – - simplified but powerful makefiles have been merged already pajoyeinternals:windows:libs:libcurl [2017/09/22 13:28] (current) – external edit 127.0.0.1
Line 10: Line 10:
 ===== Requirements ===== ===== Requirements =====
  
-  * CURL sources, patched, available in  [[http://pecl2.php.net/downloads/php-windows-builds/source/libcurl-7.19.4-source.zip|here]]+  * CURL sources, patched, available in  [[https://github.com/winlibs/cURL|here]]
   * OpenSSL binaries and development files   * OpenSSL binaries and development files
   * Libssh2 binaries and development files   * Libssh2 binaries and development files
Line 19: Line 19:
  
 See https://github.com/pierrejoye/curl/blob/master/winbuild/BUILD.WINDOWS.txt See https://github.com/pierrejoye/curl/blob/master/winbuild/BUILD.WINDOWS.txt
 +
 +Example release build command line:
 +
 +  nmake /f Makefile.vc mode=static VC=9 WITH_DEVEL=D:\repo\curl_deps WITH_SSL=static WITH_ZLIB=static WITH_SSH2=static ENABLE_WINSSL=no USE_IDN=no GEN_PDB=yes DEBUG=no
 +  
 +Note that php is always using a dynamic openssl runtime. Even when using WITH_SSL=static, openssl dlls are required.
internals/windows/libs/libcurl.1320599124.txt.gz · Last modified: 2017/09/22 13:28 (external edit)