summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorDavid Lönnhager <david.l@mullvad.net>2019-11-05 12:42:45 +0100
committerDavid Lönnhager <david.l@mullvad.net>2019-11-18 13:24:19 +0100
commitf070df88094154ce5abe82d74abf8ccd89392fe8 (patch)
tree985c7465b7215025cf10ba096c3eba1fa828b553
parent8c1276af4717b8411bff8b58ad53851fea4652ae (diff)
downloadmullvadvpn-f070df88094154ce5abe82d74abf8ccd89392fe8.tar.xz
mullvadvpn-f070df88094154ce5abe82d74abf8ccd89392fe8.zip
Update README.md
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index e5086d5a9e..4a2d1c2fd6 100644
--- a/README.md
+++ b/README.md
@@ -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`.