diff options
| -rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -51,15 +51,15 @@ on your platform please submit an issue or a pull request. The host has to have the following installed: -- Microsoft's _Build Tools for Visual Studio 2017_ (a regular installation of Visual Studio 2017 +- Microsoft's _Build Tools for Visual Studio 2019_ (a regular installation of Visual Studio 2019 Community edition works as well). -- Windows SDK *10.0.16299.0* (This exact version required) +- Windows 10 SDK. - `msbuild.exe` available in `%PATH%`. If you installed Visual Studio Community edition, the binary can be found under: ``` - C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\<VERSION>\Bin\amd64 + C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\<VERSION>\Bin\amd64 ``` - `bash` installed as well as a few base unix utilities, including `sed` and `tail`. |
