diff options
Diffstat (limited to 'winbuild/README.md')
-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/
|