Build doc: Correction to the cmake command to be used for windows
authorDavid Pinedo <david@lunarg.com>
Thu, 1 Oct 2015 17:23:15 +0000 (11:23 -0600)
committerCourtney Goeltzenleuchter <courtney@LunarG.com>
Thu, 1 Oct 2015 20:06:21 +0000 (14:06 -0600)
BUILD.md

index 1bd01a5..54b00fc 100644 (file)
--- a/BUILD.md
+++ b/BUILD.md
@@ -236,7 +236,7 @@ cd LoaderAndTools  # cd to the root of the Vulkan git repository
 update_external_sources.bat --build-glslang
 mkdir _out64
 cd _out64
-cmake -G "Visual Studio 12 Win64" -DCMAKE_BUILD_TYPE=Debug ..
+cmake -G "Visual Studio 12 Win64" ..
 ```
 
 At this point, you can use Windows Explorer to launch Visual Studio by double-clicking on the "VULKAN.sln" file in the \_out64 folder.  Once Visual Studio comes up, you can select "Debug" or "Release" from a drop-down list.  You can start a build with either the menu (Build->Build Solution), or a keyboard shortcut (Ctrl+Shift+B).  As part of the build process, Python scripts will create additional Visual Studio files and projects, along with additional source files.  All of these auto-generated files are under the "_out64" folder.