diff options
author | Daniel Stenberg <daniel@haxx.se> | 2021-06-14 15:34:40 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2021-06-14 16:26:25 +0200 |
commit | ce8a38fe803867dcb9b6136fa2290ba3c443c7af (patch) | |
tree | 642bc55e977763dbbca9aa8b274cc05c3e64597d /winbuild | |
parent | 8fa0a298c65548615a86a042b2661d637c532699 (diff) | |
download | curl-ce8a38fe803867dcb9b6136fa2290ba3c443c7af.tar.gz |
winbuild/README: VC should be set to 6 'or larger'
Previously it listed all versions up to 15 (missing 16) but this new
phrasing is more open ended.
Reported-by: Hugh Macdonald
Fixes #7253
Closes #7254
Diffstat (limited to 'winbuild')
-rw-r--r-- | winbuild/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/winbuild/README.md b/winbuild/README.md index 2475c9885..2aa0c60fe 100644 --- a/winbuild/README.md +++ b/winbuild/README.md @@ -73,7 +73,7 @@ Open a Visual Studio Command prompt: where `<options>` is one or many of:
- - `VC=<6,7,8,9,10,11,12,14,15>` - VC version
+ - `VC=<num>` - VC version. 6 or later.
- `WITH_DEVEL=<path>` - Paths for the development files (SSL, zlib, etc.)
Defaults to sibbling directory deps: ../deps
Libraries can be fetched at https://windows.php.net/downloads/php-sdk/deps/
|