Added git cloning instructions and specified the citra source code directory.

Relys 2014-10-21 10:16:41 -07:00
parent 841203f433
commit 0e3e4e371c

@ -15,13 +15,13 @@ For the debugger/Qt GUI, you'll need to install [Qt 5.3.1](http://qt-project.org
### Cloning Citra in Git:
```
git clone https://github.com/citra-emu/citra
git clone https://github.com/citra-emu/citra.git
cd citra
git submodule update --init
```
### Building
* Open cmake-gui and point it to the Citra source code (the citra root directory, not the src directory).
* 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.)
* Click the "Configure" button and choose "Visual Studio 12 2013" or "Visual Studio 12 2013 Win64".
* Check if CMake detected all libraries and paths correctly and, if necessary, make any adjustments and click "Configure" again.