mirror of
https://github.com/citra-emu/citra.git
synced 2024-11-22 12:20:06 +00:00
Updated Building for Windows (markdown)
parent
afb1bde901
commit
9ed5028ea9
@ -67,7 +67,7 @@ Make sure to follow the instructions and update to the latest version by running
|
|||||||
|
|
||||||
#### Install Citra dependencies for MinGW-w64
|
#### Install Citra 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-{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.
|
#### Clone the Citra repository with git.
|
||||||
|
|
||||||
@ -87,7 +87,7 @@ make -j4
|
|||||||
|
|
||||||
#### Creating a static build (Optional)
|
#### 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
|
* Add `-DMINGW_STATIC_BUILD=1` to the cmake command line
|
||||||
|
|
||||||
#### Building without Qt (Optional)
|
#### Building without Qt (Optional)
|
||||||
|
Loading…
Reference in New Issue
Block a user