Update for add Tortoise Git

Dante38490 2015-01-05 02:12:54 +01:00
parent 54717e1cf6
commit 3f0e0cfefb

@ -4,6 +4,7 @@ On Windows, all light-weight dependencies are automatically included within the
* **[Visual Studio 2013 Express (Windows Desktop)](http://www.microsoft.com/en-us/download/details.aspx?%0Aid=40787)** - NOTE: Must be the "Windows Desktop" one, as the "Windows" one requires Windows 8 / metro mode
* **[CMake](http://www.cmake.org/cmake/resources/software.html)** - Used to generate Visual Studio project files.
* **Git** - I recommend [msysgit](http://msysgit.github.io/). While installing it, 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.
* **[TortoiseGit] (https://code.google.com/p/tortoisegit/wiki/Download)** - I recommend TortoiseGit for Clone Git simplicity
### Debugger Dependencies
For the debugger/Qt GUI, you'll need to install [Qt 5.4](http://qt-project.org/downloads):
@ -18,6 +19,9 @@ For the debugger/Qt GUI, you'll need to install [Qt 5.4](http://qt-project.org/d
git clone --recursive https://github.com/citra-emu/citra.git
cd citra
```
Or with TortoiseGit
```
After installing Right click and select Git Clone and enter this URL (https://github.com/citra-emu/citra)
### Building
* Open cmake-gui and point it to the Citra source code (the citra root directory, not the `src` sub-directory).