aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Schultz <karl@lunarg.com>2016-06-02 16:48:30 -0600
committerKarl Schultz <karl@lunarg.com>2016-06-02 16:48:30 -0600
commit974f7b081f055a05714ebc5a24d6465cba03f161 (patch)
tree8a8fbcd5652b501cbe75c302ccd31fe623da5621
parent9507300766059bc17bff83b388aca6bd286a3c46 (diff)
downloadusermoji-974f7b081f055a05714ebc5a24d6465cba03f161.tar.xz
Update BUILD.md
Remove statement indicating that the Linux SDK installs the loader and layers to system libraries; it no longer does this.
-rw-r--r--BUILD.md3
1 files changed, 0 insertions, 3 deletions
diff --git a/BUILD.md b/BUILD.md
index d85f5117..b21aa82b 100644
--- a/BUILD.md
+++ b/BUILD.md
@@ -52,9 +52,6 @@ If you want to use the loader and layers that you have just built:
export LD_LIBRARY_PATH=<path to your repository root>/dbuild/loader
export VK_LAYER_PATH=<path to your repository root>/dbuild/layers
```
-Note that if you have installed the [LunarG Vulkan SDK](https://vulkan.lunarg.com),
-you will also have the SDK version of the loader and layers installed in your default system libraries.
-
You can run the `vulkaninfo` application to see which driver, loader and layers are being used.
The `LoaderAndLayerInterface` document in the `loader` folder in this repository is a specification that