Update BUILD.md
authorKarl Schultz <karl@lunarg.com>
Thu, 2 Jun 2016 22:48:30 +0000 (16:48 -0600)
committerKarl Schultz <karl@lunarg.com>
Thu, 2 Jun 2016 22:48:30 +0000 (16:48 -0600)
Remove statement indicating that the Linux SDK installs the loader and layers to system libraries;  it no longer does this.

BUILD.md

index d85f511..b21aa82 100644 (file)
--- 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