diff --git a/build-for-windows.md b/build-for-windows.md index 0efbf146e2..9bcc3e5bc6 100644 --- a/build-for-windows.md +++ b/build-for-windows.md @@ -7,6 +7,7 @@ On Windows, all library dependencies are automatically included within the `exte * **[Visual Studio 2022 Community](https://visualstudio.microsoft.com/downloads/)** - **Make sure to select C++ support in the installer. Make sure to update to the latest version if already installed.** * **[CMake](https://cmake.org/download/)** - Used to generate Visual Studio project files. Does not matter if either 32-bit or 64-bit version is installed. * **[Vulkan SDK](https://vulkan.lunarg.com/sdk/home#windows)** - **Make sure to select Latest SDK.** + * **[Python](https://www.python.org/downloads/windows/)** - Select latest stable Windows installer. Does not matter if either 32-bit or 64-bit version is installed. ![2](https://i.imgur.com/giDwuTm.png)