From 9d6e418e1e12e90bea66cb2983348146d72ab726 Mon Sep 17 00:00:00 2001 From: SachinVin <26602104+SachinVin@users.noreply.github.com> Date: Tue, 14 Dec 2021 23:46:43 +0530 Subject: [PATCH] Revert 85e22553a7dc950ef02dfc4c8289435b2226ba19...283273ada8abe251f8bb55b570c0ec715438a026 on Building for Windows --- Building-for-Windows.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Building-for-Windows.md b/Building-for-Windows.md index 6e08f48..7663550 100644 --- a/Building-for-Windows.md +++ b/Building-for-Windows.md @@ -2,10 +2,10 @@ ### Minimal Dependencies On Windows, all library dependencies are automatically included within the "externals" folder or can be downloaded on-demand. To build Citra, you simply need to install: -* **[Visual Studio 2019](https://linkify.me/iMZOApa)** - **Make sure to select C++ support in the installer**. -* **[CMake](https://linkify.me/Nz4ECQQ)** - Used to generate Visual Studio project files. +* **[Visual Studio 2019](https://visualstudio.microsoft.com/downloads/)** - **Make sure to select C++ support in the installer**. +* **[CMake](http://www.cmake.org/cmake/resources/software.html)** - Used to generate Visual Studio project files. ![2](http://i.imgur.com/vSIXMHd.jpg) -* **Git** - We recommend [msysgit](https://linkify.me/Dr2UPqT). +* **Git** - We recommend [msysgit](http://msysgit.github.io/). ![3](http://i.imgur.com/joCBhIB.jpg) * While installing Git Bash, you should tell it to include Git in your system path. (Choose the "Use Git from the Windows Command Prompt" 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.