Remove TortoiseGit instructions, this isn't a minimal dependency.

archshift 2015-01-04 18:45:13 -08:00
parent fd511f7eaf
commit 7557736c78

@ -4,7 +4,6 @@ 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):
@ -19,10 +18,7 @@ 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
```
Right click and select Git Clone and enter 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).
* For the build directory, use a `build/` subdirectory inside the source directory or some other directory of your choice. (Tell CMake to create it.)