aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Owen <Jens@LunarG.com>2015-02-12 15:38:13 -0700
committerJens Owen <Jens@LunarG.com>2015-02-12 15:38:13 -0700
commit4debb8e6626e91114a856c182d32d8d9abba38d1 (patch)
treed711225c629be1519f78b0119394f611154900d1
parent073ca69d64a3a77f1b376153a79abf882c9719c7 (diff)
downloadusermoji-4debb8e6626e91114a856c182d32d8d9abba38d1.tar.xz
Update BUILD.md
Update to build steps from Mike Sartain
-rw-r--r--BUILD.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/BUILD.md b/BUILD.md
index 75706af7..2214fb09 100644
--- a/BUILD.md
+++ b/BUILD.md
@@ -41,7 +41,7 @@ The standard build process builds the icd, the icd loader and all the tests.
Example debug build:
```
-cd xgl # cd to the root of the xgl git repository
+cd GL-Next # cd to the root of the xgl git repository
export KHRONOS_ACCOUNT_NAME= <subversion login name for svn checkout of BIL>
./update_external_sources.sh # fetches and builds glslang, llvm, LunarGLASS, and BIL
cmake -H. -Bdbuild -DCMAKE_BUILD_TYPE=Debug