mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-26 08:02:22 +03:00
docs: Install Windows 10/11 SDK with VS installation (#10550)
This installation is also needed with VS installation. Only then they would be able to target the WINDOWS SDK Optionally, include screenshots / media showcasing your addition that can be included in the release notes. I was getting link.exe error before this stating that my MSVC was not installed properly. But MSVC was perfectly installed. I went on stackoverflow and checked for similar instances with `cargo run` on windows and found this https://stackoverflow.com/a/55603112/12859779 where in comment Fasis states that we need to install WINDOWS 10 SDK. I had Windos 11 so Installed that and it worked :) Release Notes: - N/A
This commit is contained in:
parent
1fbc04104c
commit
bd5473a582
@ -25,7 +25,7 @@ git submodule update --init --recursive
|
|||||||
rustup target add wasm32-wasi
|
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`.
|
- 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
|
||||||
|
|
||||||
> [!NOTE]
|
> [!NOTE]
|
||||||
> `v***` is your VS version and `YYYY` is year when your VS was released.
|
> `v***` is your VS version and `YYYY` is year when your VS was released.
|
||||||
|
Loading…
Reference in New Issue
Block a user