Add python2 to MinGW build dependencies

Jcw87 2018-11-15 01:25:27 -08:00
parent 66632fec59
commit 608f4ffcdd
1 changed files with 1 additions and 1 deletions

@ -79,7 +79,7 @@ Make sure to follow the instructions and update to the latest version by running
### Install yuzu dependencies for MinGW-w64
* 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 make 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 python2`
### Clone the yuzu repository with Git