From: David Pinedo Date: Wed, 21 Oct 2015 14:03:06 +0000 (-0600) Subject: BUILD.md: changed "_out64" to "build" X-Git-Tag: sdk-1.0.2.0~957 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=181fa1fbe6593b0e9a664dda06106d0d0929feb2;p=platform%2Fupstream%2FVulkan-LoaderAndValidationLayers.git BUILD.md: changed "_out64" to "build" --- diff --git a/BUILD.md b/BUILD.md index 54b00fc..1424549 100644 --- a/BUILD.md +++ b/BUILD.md @@ -234,8 +234,8 @@ Example debug build (e.g. in a "Developer Command Prompt for VS2013" window): ``` cd LoaderAndTools # cd to the root of the Vulkan git repository update_external_sources.bat --build-glslang -mkdir _out64 -cd _out64 +mkdir build +cd build cmake -G "Visual Studio 12 Win64" .. ```