From a55df24134520cc34b3f39523c0c3ce6644a3f9e Mon Sep 17 00:00:00 2001 From: Paul Olszewski Date: Sun, 5 Apr 2015 11:45:10 -0500 Subject: [PATCH] Revert 5f8e00348f65ee6bf30a214a814b9a83f0a2e161...fe589a1f8b82588aa77cc5f21f60899ece7356de on Windows Build --- Windows-Build.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Windows-Build.md b/Windows-Build.md index 0e44d95..6fb1c42 100644 --- a/Windows-Build.md +++ b/Windows-Build.md @@ -24,10 +24,9 @@ cd citra * 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(make sure to specify QT path). + * Check if CMake detected all libraries and paths correctly and, if necessary, make any adjustments and click "Configure" again. * Qt 5.3 is known to fail at this step. Make sure you have at least 5.3.1. * Click "Generate" to create the project files. * Open the solution file (citra.sln) in Visual Studio 2013 * Depending on which frontend (GLFW or Qt) you want to build or run, select "citra" or "citra-qt" in the Solution Explorer, right-click and "Set as StartUp Project". - * Press F5 or select Build → Rebuild Solution in the menu. - * Drag and drop any dumps, homebrews to start. \ No newline at end of file + * Press F5 or select Build → Rebuild Solution in the menu. \ No newline at end of file