diff options
author | Daniel Stenberg <daniel@haxx.se> | 2014-05-04 00:48:06 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2014-05-04 00:48:06 +0200 |
commit | 45c037a1278a0ab436f9aaaa22950f2e3758fdbd (patch) | |
tree | dec136f48a426e19dcd203cd3e2a05d4e235d1da /winbuild/BUILD.WINDOWS.txt | |
parent | 947bb79c08106dff278026b0a79b5eb1bbbafe07 (diff) | |
download | curl-45c037a1278a0ab436f9aaaa22950f2e3758fdbd.tar.gz |
BUILD.WINDOWS: update URL for windows prereqs
Diffstat (limited to 'winbuild/BUILD.WINDOWS.txt')
-rw-r--r-- | winbuild/BUILD.WINDOWS.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/winbuild/BUILD.WINDOWS.txt b/winbuild/BUILD.WINDOWS.txt index fce39d603..757c41f57 100644 --- a/winbuild/BUILD.WINDOWS.txt +++ b/winbuild/BUILD.WINDOWS.txt @@ -61,7 +61,7 @@ where <options> is one or many of: VC=<6,7,8,9,10,11,12> - VC versions
WITH_DEVEL=<path> - Paths for the development files (SSL, zlib, etc.)
Defaults to sibbling directory deps: ../deps
- Libraries can be fetched at http://pecl2.php.net/downloads/php-windows-builds/
+ Libraries can be fetched at http://windows.php.net/downloads/php-sdk/deps/
Uncompress them into the deps folder.
WITH_SSL=<dll or static> - Enable OpenSSL support, DLL or static
WITH_ZLIB=<dll or static> - Enable zlib support, DLL or static
@@ -74,4 +74,4 @@ where <options> is one or many of: ENABLE_WINSSL=<yes or no> - Enable native Windows SSL support, defaults to yes
GEN_PDB=<yes or no> - Generate Program Database (debug symbols for release build)
DEBUG=<yes or no> - Debug builds
- MACHINE=<x86 or x64> - Target architecture (default is x86)
\ No newline at end of file + MACHINE=<x86 or x64> - Target architecture (default is x86)
|