Update windows.md (#15790)

Release Notes:

- N/A

---------

Co-authored-by: Thorsten Ball <mrnugget@gmail.com>
This commit is contained in:
flundar 2024-08-08 17:50:10 +03:00 committed by GitHub
parent 9a211b239c
commit 8f9bcbe739
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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