diff options
author | Nikolai Vavilov <vvnicholas@gmail.com> | 2020-02-09 18:07:37 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-09 10:07:37 -0600 |
commit | 61c5bb86db42a2d575f51e966dbc77f711c64054 (patch) | |
tree | 26f2477f11147021a26fe4c9b0a97d23696403c8 | |
parent | 506601841218fe34a744c8fce0f1011c716bdc73 (diff) |
Bump required VS version (#3940)
deno builds successfully with VS2019, so no need to require VS2017.
-rw-r--r-- | std/manual.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/std/manual.md b/std/manual.md index 9ccd0a4fe..e017998e7 100644 --- a/std/manual.md +++ b/std/manual.md @@ -1419,7 +1419,7 @@ Extra steps for Mac users: Extra steps for Windows users: -1. Get [VS Community 2017](https://www.visualstudio.com/downloads/) with +1. Get [VS Community 2019](https://www.visualstudio.com/downloads/) with "Desktop development with C++" toolkit and make sure to select the following required tools listed below along with all C++ tools. - Windows 10 SDK >= 10.0.17134 |