From 8f9bcbe7390ca432b98098495e440c84ac20173f Mon Sep 17 00:00:00 2001 From: flundar Date: Thu, 8 Aug 2024 17:50:10 +0300 Subject: [PATCH] Update windows.md (#15790) Release Notes: - N/A --------- Co-authored-by: Thorsten Ball --- docs/src/development/windows.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/src/development/windows.md b/docs/src/development/windows.md index e330fcd7c5..c159d11dc4 100644 --- a/docs/src/development/windows.md +++ b/docs/src/development/windows.md @@ -20,9 +20,8 @@ Clone down the [Zed repository](https://github.com/zed-industries/zed). rustup target add wasm32-wasi ``` -- Install [Visual Studio](https://visualstudio.microsoft.com/downloads/) with optional component `MSVC v*** - VS YYYY C++ x64/x86 build tools` and install Windows 11 or 10 SDK depending on your system - -> `v***` is your VS version and `YYYY` is year when your VS was released. +- Install [Visual Studio](https://visualstudio.microsoft.com/downloads/) with the optional component `MSVC v*** - VS YYYY C++ x64/x86 build tools` (`v***` is your VS version and `YYYY` is year when your VS was released) +- Install Windows 11 or 10 SDK depending on your system, but ensure that at least `Windows 10 SDK version 2104 (10.0.20348.0)` is installed on your machine. You can download it from the [Windows SDK Archive](https://developer.microsoft.com/windows/downloads/windows-sdk/) ## Backend dependencies