mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-27 21:04:23 +00:00
Mention spectre-mitigated libs component in the Windows docs (#20069)
Closes https://github.com/zed-industries/zed/issues/20066 Release Notes: - N/A
This commit is contained in:
parent
08b124c8d4
commit
183e3664cc
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ Clone down the [Zed repository](https://github.com/zed-industries/zed).
|
|||
rustup target add wasm32-wasip1
|
||||
```
|
||||
|
||||
- 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 [Visual Studio](https://visualstudio.microsoft.com/downloads/) with the optional components `MSVC v*** - VS YYYY C++ x64/x86 build tools` and `MSVC v*** - VS YYYY C++ x64/x86 Spectre-mitigated libs` (`v***` is your VS version and `YYYY` is year when your VS was released. Pay attention to the architectyre and change it to yours if needed.)
|
||||
- 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/)
|
||||
- Install [CMake](https://cmake.org/download)
|
||||
|
||||
|
|
Loading…
Reference in a new issue