From 68fb1536736a9c928c537f38e2d7e2f3abc93afc Mon Sep 17 00:00:00 2001 From: Steveice10 <1269164+Steveice10@users.noreply.github.com> Date: Mon, 26 Feb 2024 10:27:57 -0800 Subject: [PATCH] Updated Building for Windows (markdown) --- Building-for-Windows.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/Building-for-Windows.md b/Building-for-Windows.md index 619d31e..d3d6784 100644 --- a/Building-for-Windows.md +++ b/Building-for-Windows.md @@ -7,7 +7,6 @@ On Windows, all library dependencies are automatically included within the "exte * **[Visual Studio 2022](https://visualstudio.microsoft.com/vs/)** - **Make sure to select C++ support in the installer**. * **[CMake](https://cmake.org/download/)** - Used to generate Visual Studio project files. ![2](https://i.imgur.com/bUdUruA.png) -* **[Vulkan SDK](https://vulkan.lunarg.com/sdk/home#windows)** - **Make sure to select Latest SDK.** * **Git** - We recommend [Git for Windows](https://gitforwindows.org/). ![3](https://i.imgur.com/Na1YrHO.png) * While installing Git Bash, you should tell it to include Git in your system path. (Choose the "Git from the command line and also from 3rd-party software" option.) If you missed that, don't worry, you'll just have to manually tell CMake where your git.exe is, since it's used to include version info into the built executable. @@ -76,7 +75,6 @@ _(Note: Citra by default downloads to `C:\Users\\citra` (Master) or ` #### Prerequisites to install * [MSYS2](http://msys2.github.io/) - * [Vulkan SDK](https://vulkan.lunarg.com/sdk/home#windows) - **Make sure to select Latest SDK.** Make sure to follow the instructions and update to the latest version by running `pacman -Syu` as many times as needed.