From 7e582e625171eaa0302856b0d81fd631c144e470 Mon Sep 17 00:00:00 2001 From: chinhodado Date: Sun, 14 Dec 2014 11:34:52 -0800 Subject: [PATCH] Updated Windows Build (markdown) --- Windows-Build.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Windows-Build.md b/Windows-Build.md index 570f9f5..bc4f682 100644 --- a/Windows-Build.md +++ b/Windows-Build.md @@ -20,7 +20,7 @@ cd citra ``` ### 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). * 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.