From 1b51d49e168ad2fdff5eee95506253ae624fe7cf Mon Sep 17 00:00:00 2001 From: rancidtowpath Date: Wed, 31 Jul 2024 10:35:13 +0000 Subject: [PATCH] Update build-for-windows.md (#39) Added Python as minimal dependency for first building method. By following building steps without Python installed, I got same error as mentioned in #36. After Python installed, issue was gone and Cmake config and generate was successful. Reviewed-on: http://vub63vv26q6v27xzv2dtcd25xumubshogm67yrpaz2rculqxs7jlfqad.onion/torzu-emu/torzu/pulls/39 Co-authored-by: rancidtowpath Co-committed-by: rancidtowpath --- build-for-windows.md | 1 + 1 file changed, 1 insertion(+) 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)