Fix formatting in BUILD.md
authorCody Northrop <cody@lunarg.com>
Wed, 21 Oct 2015 17:17:49 +0000 (13:17 -0400)
committerCody Northrop <cody@lunarg.com>
Wed, 21 Oct 2015 17:17:49 +0000 (13:17 -0400)
BUILD.md

index 1424549..d52e43c 100644 (file)
--- a/BUILD.md
+++ b/BUILD.md
@@ -93,7 +93,6 @@ quilt edit configure.ac
              [DRI3=$enableval],
 -            [DRI3=no])
 +            [DRI3=yes])
-
  AC_ARG_ENABLE(xvmc, AS_HELP_STRING([--disable-xvmc],
                                    [Disable XvMC support [[default=yes]]]),
 ```
@@ -234,8 +233,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 build
-cd build
+mkdir _out64
+cd _out64
 cmake -G "Visual Studio 12 Win64" ..
 ```
 
@@ -249,4 +248,4 @@ repository.  See the file:
 https://gitlab.khronos.org/vulkan/vulkan/blob/master/ecosystem/WindowsICDs.txt
 
 This specification describes both how ICDs and layers should be properly
-packaged, and how developers can point to ICDs and layers within their builds.
+packaged, and how developers can point to ICDs and layers within their builds.
\ No newline at end of file