From b8501199c27c664600c56993b6cb3f398350369e Mon Sep 17 00:00:00 2001 From: 1dNDN <42769281+1dNDN@users.noreply.github.com> Date: Tue, 5 Nov 2024 17:00:22 +0300 Subject: [PATCH] Fix name of vcpp libs in windows build guide (#20240) It is not obvious that you need to choose the latest one from the same libraries, especially in non-English locales Release Notes: - N/A --- docs/src/development/windows.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/development/windows.md b/docs/src/development/windows.md index 3433415c7a7c2b98351a3b765e11d86a85a42889..70ba5f1cb37225d7570eb8cf6b21c48df6ab3947 100644 --- a/docs/src/development/windows.md +++ b/docs/src/development/windows.md @@ -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 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 architecture and change it to yours if needed.) +- 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 (latest)` (`v***` is your VS version and `YYYY` is year when your VS was released. Pay attention to the architecture 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)