From f0a61327c2150df6d66f96e1f27f4b34e6f12552 Mon Sep 17 00:00:00 2001 From: David Pinedo Date: Thu, 1 Oct 2015 11:23:15 -0600 Subject: Build doc: Correction to the cmake command to be used for windows --- BUILD.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILD.md b/BUILD.md index 1bd01a52..54b00fc8 100644 --- 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. -- cgit v1.2.3