From fef34a6efe3203074dcc54ea6b94c04979495c02 Mon Sep 17 00:00:00 2001 From: Lubosz Sarnecki Date: Thu, 7 Apr 2022 17:31:05 +0200 Subject: [PATCH] doc/DevSetup: Add Visual Studio Installer hint. Visual Studio Installer lists Windows 10 SDK versions in it's "Installation details", when modifiying the installation. The list might not contain the latest version of the SDK, which can be found under "Individual components" instead. Bug: angleproject:7018 Change-Id: I6a28afe4690a3c41667e4acb7cac4fe25495f779 Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/3571964 Reviewed-by: Cody Northrop Reviewed-by: Jamie Madill Commit-Queue: Lubosz Sarnecki --- doc/DevSetup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/DevSetup.md b/doc/DevSetup.md index d9f5c8555..e742068f5 100644 --- a/doc/DevSetup.md +++ b/doc/DevSetup.md @@ -23,7 +23,7 @@ On Windows: * ***IMPORTANT: Set `DEPOT_TOOLS_WIN_TOOLCHAIN=0` in your environment if you are not a Googler.*** * Install [Visual Studio Community 2022](https://visualstudio.microsoft.com/vs/) * Install the [Windows SDK](https://developer.microsoft.com/en-us/windows/downloads/sdk-archive/). - * You can install it through Visual Studio Installer if available. + * You can install it through Visual Studio Installer if available. It might be necessary to switch to the `Individual components` tab to find the latest version. * The currently supported Windows SDK version can be found in [vs_toolchain.py](https://chromium.googlesource.com/chromium/src/build/+/refs/heads/main/vs_toolchain.py). * The SDK is required for GN-generated Visual Studio projects, the D3D Debug runtime, and the latest HLSL Compiler runtime. * (optional) See the [Chromium Windows build instructions](https://chromium.googlesource.com/chromium/src/+/main/docs/windows_build_instructions.md) for more info.