mirror of
https://github.com/citra-emu/citra.git
synced 2024-11-25 12:30:15 +00:00
Updated Windows Build (markdown)
parent
950ad06081
commit
4306f83ef3
@ -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\<user name>\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
|
||||
@ -51,3 +50,5 @@ NOTE: Citra by default downloads to C:\Users\<user name>\citra
|
||||
![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)
|
||||
|
||||
** 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.
|
Loading…
Reference in New Issue
Block a user