Updated Building For Windows (markdown)
parent
ba9b910fb0
commit
e91c170939
1 changed files with 4 additions and 2 deletions
|
@ -59,14 +59,16 @@ NOTE: Citra by default downloads to C:\Users\<user-name>\citra
|
||||||
|
|
||||||
#### Prerequistes to install
|
#### Prerequistes to install
|
||||||
* [MSYS2](http://msys2.github.io/)
|
* [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
|
#### Install citra dependancies 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-qt5 mingw-w64-x86_64-SDL2 mingw-w64-x86_64-cmake git`
|
* 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.
|
#### 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)
|
#### Run the following commands to build citra (dynamic linked build)
|
||||||
```bash
|
```bash
|
||||||
|
|
Loading…
Reference in a new issue