mirror of
https://github.com/citra-emu/citra.git
synced 2024-11-15 02:30:05 +00:00
add compiler toolchain to mingw build
parent
0ab249100a
commit
6dfbdea8d5
@ -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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user