diff options
| author | Cody Northrop <cody@lunarg.com> | 2015-10-21 13:17:49 -0400 |
|---|---|---|
| committer | Cody Northrop <cody@lunarg.com> | 2015-10-21 13:17:49 -0400 |
| commit | 04436505fd6bcf9dc8c1c7663a7b28b2f23dd05b (patch) | |
| tree | 6b75e9507ad45dce4229387d002440d00a88d8a4 | |
| parent | a4a631b9a80c332ed31a469fa0ede354bc3e7190 (diff) | |
| download | usermoji-04436505fd6bcf9dc8c1c7663a7b28b2f23dd05b.tar.xz | |
Fix formatting in BUILD.md
| -rw-r--r-- | BUILD.md | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -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 |
