This commit is contained in:
Philip Peterson 2025-05-29 12:40:18 -07:00
parent 19b2748df7
commit de260336c3
2 changed files with 3 additions and 1 deletions

Binary file not shown.

View file

@ -65,7 +65,9 @@ Regardless of the platform you are working on, you will need to have Yarn instal
1. Install necessary packages:
* Windows
- Install Visual Studio Build Tools manually. Download: https://aka.ms/vs/17/release/vs_BuildTools.exe
- Open it and choose Desktop development with C++.
- Open it and choose:
- Desktop development with C++
- Under individual components: MSVC Spectre-mitigated libraries for your architecture
- maybe? at command prompt: setx GYP_MSVS_VERSION 2022
* macOS
- Once you have installed Yarn, you can skip this section!