To install the specific Microsoft Visual Studio components required for compiling on Windows, you can use curl in a command prompt, or run the provided setup script.
Option 1: Command Line
Run the following commands to download and install the VC tools and Windows 10 SDK:
curl -# -O https://download.visualstudio.microsoft.com/download/pr/3105fcfe-e771-41d6-9a1c-fc971e7d03a7/8eb13958dc429a6e6f7e0d6704d43a55f18d02a253608351b6bf6723ffdaf24e/vs_Community.exe
vs_Community.exe --add Microsoft.VisualStudio.Component.VC.Tools.x86.x64 --add Microsoft.VisualStudio.Component.Windows10SDK.19041 -p
Option 2: Setup Script
Run msvc-windows.bat located in the setup folder in the repository root.