From 4306f83ef3d8bf5d91b7aad77f01f11cda3f72de Mon Sep 17 00:00:00 2001 From: sairathnavamsi Date: Tue, 7 Apr 2015 05:10:25 -0700 Subject: [PATCH] Updated Windows Build (markdown) --- Windows-Build.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Windows-Build.md b/Windows-Build.md index 114b828..09826c8 100644 --- a/Windows-Build.md +++ b/Windows-Build.md @@ -7,7 +7,7 @@ On Windows, all light-weight dependencies are automatically included within the ![2](http://i.imgur.com/JEabR4V.png) * **Git** - We recommend [msysgit](http://msysgit.github.io/). ![3](http://i.imgur.com/3LkRNEb.png?1) -* While installing Git Bash, you can tell it to include Git in your system path. (Choose the "Use Git from the Windows Command Prompt" option.) If you missed that, don't worry, you'll just have to manually tell CMake where your git executable is, since it's used to include version info into the built executable. +* While installing Git Bash, you should tell it to include Git in your system path. (Choose the "Use Git from the Windows Command Prompt" option.) If you missed that, don't worry, you'll just have to manually tell CMake where your git.exe is, since it's used to include version info into the built executable. ![4](http://i.imgur.com/5ojSaQm.png?1) ### Debugger Dependencies @@ -41,7 +41,6 @@ NOTE: Citra by default downloads to C:\Users\\citra ![12](http://i.imgur.com/E6NME69.png?1) * Check if CMake detected all libraries and paths correctly and, if necessary, make any adjustments and click "Configure" again. ![13](http://i.imgur.com/scH2BrY.png?1) - * Qt 5.3 is known to fail at this step. Make sure you have at least 5.3.1. * Click "Generate" to create the project files. ![14](http://i.imgur.com/jzWqzgv.png?1) * Open the solution file citra.sln in Visual Studio 2013 @@ -50,4 +49,6 @@ NOTE: Citra by default downloads to C:\Users\\citra ![16](http://i.imgur.com/0TDnsud.png?1) ![17](http://i.imgur.com/tgL92rk.png?1) * Press F5 or select Build → Rebuild Solution in the menu. -![18](http://i.imgur.com/x30ZhtE.png) \ No newline at end of file +![18](http://i.imgur.com/x30ZhtE.png) + +** NOTE: Please refer to [Common Issues](https://github.com/citra-emu/citra/wiki/Common-Issues) if any errors. If you didnot find solution feel free to ask us at [freenode](https://webchat.freenode.net/) @ #citra channel. \ No newline at end of file