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 <rancidtowpath@noreply.localhost> Co-committed-by: rancidtowpath <rancidtowpath@noreply.localhost>
This commit is contained in:
parent
c8997e4ab5
commit
1b51d49e16
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue