add alternive clone git with TortoiseGit

Dante38490 2015-01-05 06:48:34 +01:00
parent 7557736c78
commit 8dd8b37da5

@ -18,6 +18,10 @@ 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 git clone --recursive https://github.com/citra-emu/citra.git
cd citra cd citra
``` ```
Or for more simplicity with [TortoiseGit] (https://code.google.com/p/tortoisegit/wiki/Download)
```
Right click and Git Clone and add this URL https://github.com/citra-emu/citra
```
### Building ### Building
* Open cmake-gui and point it to the Citra source code (the citra root directory, not the `src` sub-directory). * Open cmake-gui and point it to the Citra source code (the citra root directory, not the `src` sub-directory).