Updated Building for Windows (markdown)
parent
afb1bde901
commit
9ed5028ea9
1 changed files with 2 additions and 2 deletions
|
@ -67,7 +67,7 @@ Make sure to follow the instructions and update to the latest version by running
|
|||
|
||||
#### Install Citra 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-{gcc,SDL2,qt5,cmake} make git`
|
||||
* Download and install all dependencies using: `pacman -S mingw-w64-x86_64-{gcc,SDL2,qt6,cmake} make git`
|
||||
|
||||
#### Clone the Citra repository with git.
|
||||
|
||||
|
@ -87,7 +87,7 @@ make -j4
|
|||
|
||||
#### Creating a static build (Optional)
|
||||
|
||||
* Instead of installing `mingw-w64-x86_64-qt5` install `mingw-w64-x86_64-qt5-static`
|
||||
* Instead of installing `mingw-w64-x86_64-qt6` install `mingw-w64-x86_64-qt6-static`
|
||||
* Add `-DMINGW_STATIC_BUILD=1` to the cmake command line
|
||||
|
||||
#### Building without Qt (Optional)
|
||||
|
|
Loading…
Reference in a new issue