From 7557736c7886b081ac2f4f5bcb18d776f6b7c552 Mon Sep 17 00:00:00 2001 From: archshift Date: Sun, 4 Jan 2015 18:45:13 -0800 Subject: [PATCH] Remove TortoiseGit instructions, this isn't a minimal dependency. --- Windows-Build.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/Windows-Build.md b/Windows-Build.md index ffe52f4..9fa636b 100644 --- a/Windows-Build.md +++ b/Windows-Build.md @@ -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.)