Updated Building For Windows (markdown)

Jannik Vogel 2016-11-13 23:16:41 +01:00
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