Skip to content

Commit 215eac9

Browse files
author
Martin Köditz
authored
VS 2019 uses vs16, not vc16
1 parent 68fb9a9 commit 215eac9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ After you've created the binary data, many temporary files will be created in yo
4646

4747
### Build the driver on Windows
4848
First of all, we have to meet some requirements. This means we need to install the Git for Windows and Visual Studio 2017 with following components:
49-
Visual C++ 2017 (vc15) or Visual C++ 2019 (vc16) must be installed prior SDK usage. Required components
49+
Visual C++ 2017 (vc15) or Visual C++ 2019 (vs16) must be installed prior SDK usage. Required components
5050
- C++ dev
5151
- Windows SDK
5252
- .NET dev
@@ -71,7 +71,7 @@ Use following command for Win64:
7171
```
7272
phpsdk-vc15-x64.bat
7373
```
74-
If you use VS 2019, replace vc15 by vc16.
74+
If you use VS 2019, replace vc15 by vs16.
7575

7676
Now let's create the build structure, download the PHP sources and checkout the desired development branch:
7777
```

0 commit comments

Comments
 (0)