diff options
| author | David Lönnhager <david.l@mullvad.net> | 2019-11-05 12:42:45 +0100 |
|---|---|---|
| committer | David Lönnhager <david.l@mullvad.net> | 2019-11-18 13:24:19 +0100 |
| commit | f070df88094154ce5abe82d74abf8ccd89392fe8 (patch) | |
| tree | 985c7465b7215025cf10ba096c3eba1fa828b553 | |
| parent | 8c1276af4717b8411bff8b58ad53851fea4652ae (diff) | |
| download | mullvadvpn-f070df88094154ce5abe82d74abf8ccd89392fe8.tar.xz mullvadvpn-f070df88094154ce5abe82d74abf8ccd89392fe8.zip | |
Update README.md
| -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`. |
