Skip to content

Commit

Permalink
Rollup merge of rust-lang#61550 - jacobsun:patch-1, r=alexcrichton
Browse files Browse the repository at this point in the history
Windows 10 SDK is also required now.
  • Loading branch information
Centril committed Jun 11, 2019
2 parents 44033a7 + 3d6070d commit c426fa5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,9 +130,9 @@ build.
MSVC builds of Rust additionally require an installation of Visual Studio 2017
(or later) so `rustc` can use its linker. The simplest way is to get the
[Visual Studio Build Tools] and check the “C++ build tools” workload.
[Visual Studio], check the “C++ build tools” and “Windows 10 SDK” workload.
[Visual Studio Build Tools]: https://visualstudio.microsoft.com/downloads/#build-tools-for-visual-studio-2019
[Visual Studio]: https://visualstudio.microsoft.com/downloads/
(If you're installing cmake yourself, be careful that “C++ CMake tools for
Windows” doesn't get included under “Individual components”.)
Expand Down

0 comments on commit c426fa5

Please sign in to comment.