summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 72bb7c1703..fca461a73e 100644
--- a/README.md
+++ b/README.md
@@ -112,15 +112,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 2019_ (a regular installation of Visual Studio 2019
- Community edition works as well).
+- Microsoft's _Build Tools for Visual Studio 2022_ (a regular installation of Visual Studio 2022
+ Community or Pro edition works as well).
- 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\2019\Community\MSBuild\Current\Bin\amd64
+ C:\Program Files\Microsoft Visual Studio\2022\Community\MSBuild\Current\Bin\amd64
```
- `bash` installed as well as a few base unix utilities, including `sed` and `tail`.