diff options
| author | Karl Schultz <karl@lunarg.com> | 2016-06-02 16:48:30 -0600 |
|---|---|---|
| committer | Karl Schultz <karl@lunarg.com> | 2016-06-02 16:48:30 -0600 |
| commit | 974f7b081f055a05714ebc5a24d6465cba03f161 (patch) | |
| tree | 8a8fbcd5652b501cbe75c302ccd31fe623da5621 | |
| parent | 9507300766059bc17bff83b388aca6bd286a3c46 (diff) | |
| download | usermoji-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.md | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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 |
