mirror of
https://github.com/citra-emu/citra.git
synced 2024-11-15 04:30:05 +00:00
Updated Building For Windows (markdown)
parent
ba9b910fb0
commit
e91c170939
@ -59,14 +59,16 @@ NOTE: Citra by default downloads to C:\Users\<user-name>\citra
|
||||
|
||||
#### Prerequistes to install
|
||||
* [MSYS2](http://msys2.github.io/)
|
||||
** Make sure to follow the instructions and update to the latest version by running `pacman -Syu` as many times as needed.
|
||||
|
||||
Make sure to follow the instructions and update to the latest version by running `pacman -Syu` as many times as needed.
|
||||
|
||||
#### 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`
|
||||
|
||||
#### Clone the citra repository with git.
|
||||
** `git clone --recursive https://github.com/citra-emu/citra.git`
|
||||
|
||||
* `git clone --recursive https://github.com/citra-emu/citra.git`
|
||||
|
||||
#### Run the following commands to build citra (dynamic linked build)
|
||||
```bash
|
||||
|
Loading…
Reference in New Issue
Block a user