From 6dfbdea8d5fd4ceefa4e151c6016e89855bee208 Mon Sep 17 00:00:00 2001 From: James Rowe Date: Fri, 18 Nov 2016 17:24:01 -0700 Subject: [PATCH] add compiler toolchain to mingw build --- Building-for-Windows.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Building-for-Windows.md b/Building-for-Windows.md index fc60a68..13988b1 100644 --- a/Building-for-Windows.md +++ b/Building-for-Windows.md @@ -64,7 +64,7 @@ Make sure to follow the instructions and update to the latest version by running #### Install citra dependancies for mingw-w64 * Open the "MSYS2 MinGW 64-bit" (mingw64.exe) shell - * Download and install all dependencies using: `pacman -S mingw-w64-x86_64-qt5 mingw-w64-x86_64-SDL2 mingw-w64-x86_64-cmake 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 git` #### Clone the citra repository with git.