From bb6bb4047ce945f9a96ab8eb343b5857aaf2bc99 Mon Sep 17 00:00:00 2001 From: Yoland Yan <4950057+yoland68@users.noreply.github.com> Date: Wed, 20 Nov 2024 19:41:11 -0800 Subject: [PATCH] Update README.md (#312) --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index c02a78b9..f0804d52 100644 --- a/README.md +++ b/README.md @@ -99,6 +99,16 @@ Confirmed working: - Visual Studio Community 2022 - 17.12.1 - Desktop development with C++ workload - MSVC v143 x64 spectre-mitigated libraries (Latest / v14.42-17.12) + - Open the Visual Studio Installer + - Click "Modify" on your Visual Studio 2022 Community installation + - Go to the "Individual Components" tab + - Search for "Spectre" + - Check the boxes for the Spectre-mitigated libraries that match your project's architecture (x86 and/or x64) + - ![image](https://github.com/user-attachments/assets/0829db3d-84b7-48e8-9d13-c72c35169a05) + + +Look for "MSVC v143 - VS 2022 C++ x64/x86 Spectre-mitigated libs" +If you're using other toolsets, you may need their corresponding Spectre-mitigated libraries as well ## NPM Dependencies