aboutsummaryrefslogtreecommitdiff
path: root/BUILD.md
diff options
context:
space:
mode:
Diffstat (limited to 'BUILD.md')
-rw-r--r--BUILD.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/BUILD.md b/BUILD.md
index cc1292320..f8540399c 100644
--- a/BUILD.md
+++ b/BUILD.md
@@ -65,6 +65,7 @@ Windows 7+ with the following software packages:
LOADER_REPO_ROOT=c:\developement\Vulkan-Loader
and use absolute (not relative) paths, like so:
cmake -DLOADER_REPO_ROOT=c:\absolute_path_to\Vulkan-Loader ....
+ Currently, the build directory *must* be named either 'build' or 'build32'.
- Tell the installer to treat line endings "as is" (i.e. both DOS and Unix-style line endings).
### Windows Build - Microsoft Visual Studio
@@ -143,6 +144,8 @@ Vulkan Loader Library
`cmake -DLOADER_REPO_ROOT=c:\development\Vulkan-Loader ....`
+ Currently, the build directory *must* be named either 'build' or 'build32'.
+
- [glslang](https://github.com/KhronosGroup/glslang)
- Ensure that the 'update_glslang_sources.py' script has been run. Follow the build instructions in the
glslang [README.md](https://github.com/KhronosGroup/glslang/blob/master/README.md) file, noting the location of the chosen install directory.