From e91c170939f6c41f61d4a2571ce677d7a934d061 Mon Sep 17 00:00:00 2001 From: Jannik Vogel Date: Sun, 13 Nov 2016 23:16:41 +0100 Subject: [PATCH] Updated Building For Windows (markdown) --- Building-For-Windows.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Building-For-Windows.md b/Building-For-Windows.md index 4e94569..ac116d0 100644 --- a/Building-For-Windows.md +++ b/Building-For-Windows.md @@ -59,14 +59,16 @@ NOTE: Citra by default downloads to C:\Users\\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