@ -31,7 +31,7 @@ NOTE: yuzu by default downloads to C:\Users\<user-name>\yuzu
* Click the "Configure" button and choose "Visual Studio 15 2017 Win64"
* Click the "Configure" button and choose "Visual Studio 15 2017 Win64"


* When CMake gives you an error, find the YUZU_USE_BUNDLED_SDL2, YUZU_USE_BUNDLED_QT and YUZU_USE_BUNDLED_UNICORN options on the list and check their respective checkboxes. Click configure again. CMake will now download the required libraries.
* When CMake gives you an error, find the YUZU_USE_BUNDLED_SDL2 and YUZU_USE_BUNDLED_QT options on the list and check their respective checkboxes. Click configure again. CMake will now download the required libraries.




@ -71,7 +71,7 @@ Make sure to follow the instructions and update to the latest version by running
#### Install yuzu dependencies for MinGW-w64
#### Install yuzu dependencies for MinGW-w64
* Open the "MSYS2 MinGW 64-bit" (mingw64.exe) shell
* Open the "MSYS2 MinGW 64-bit" (mingw64.exe) shell
* Download and install all dependencies using: `pacman -S mingw-w64-x86_64-toolchain mingw-w64-x86_64-qt5 mingw-w64-x86_64-SDL2 mingw-w64-x86_64-cmake mingw-w64-x86_64-curl git`
* Download and install all dependencies using: `pacman -S mingw-w64-x86_64-toolchain mingw-w64-x86_64-qt5 mingw-w64-x86_64-SDL2 mingw-w64-x86_64-cmake make git`
#### Clone the yuzu repository with git.
#### Clone the yuzu repository with git.
@ -81,20 +81,14 @@ Make sure to follow the instructions and update to the latest version by running
#### Run the following commands to build yuzu (dynamic linked build)
#### Run the following commands to build yuzu (dynamic linked build)