Skip to content

Commit

Permalink
docs: add a note on Spectre-mitigated libraries (#679)
Browse files Browse the repository at this point in the history
  • Loading branch information
rzhao271 committed Apr 16, 2024
1 parent f014e86 commit df1ae8c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ npm install --global --production windows-build-tools
The following are also needed:

- [Windows SDK](https://developer.microsoft.com/en-us/windows/downloads/windows-10-sdk) - only the "Desktop C++ Apps" components are needed to be installed
- Spectre-mitigated libraries - In order to avoid the build error "MSB8040: Spectre-mitigated libraries are required for this project", open the Visual Studio Installer, press the Modify button, navigate to the "Individual components" tab, search "Spectre", and install an option like "MSVC v143 - VS 2022 C++ x64/x86 Spectre-mitigated libs (Latest)" (the exact option to install will depend on your version of Visual Studio as well as your operating system architecture)

## Debugging

Expand Down

0 comments on commit df1ae8c

Please sign in to comment.