From 0e3e4e371c055c765cb9694e2edf60880f92c356 Mon Sep 17 00:00:00 2001 From: Relys Date: Tue, 21 Oct 2014 10:16:41 -0700 Subject: [PATCH] Added git cloning instructions and specified the citra source code directory. --- Windows-Build.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Windows-Build.md b/Windows-Build.md index 502115b..b5f4653 100644 --- a/Windows-Build.md +++ b/Windows-Build.md @@ -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.