aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCody Northrop <cody@lunarg.com>2015-10-21 13:17:49 -0400
committerCody Northrop <cody@lunarg.com>2015-10-21 13:17:49 -0400
commit04436505fd6bcf9dc8c1c7663a7b28b2f23dd05b (patch)
tree6b75e9507ad45dce4229387d002440d00a88d8a4
parenta4a631b9a80c332ed31a469fa0ede354bc3e7190 (diff)
downloadusermoji-04436505fd6bcf9dc8c1c7663a7b28b2f23dd05b.tar.xz
Fix formatting in BUILD.md
-rw-r--r--BUILD.md7
1 files changed, 3 insertions, 4 deletions
diff --git a/BUILD.md b/BUILD.md
index 1424549e..d52e43ce 100644
--- 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