From 974f7b081f055a05714ebc5a24d6465cba03f161 Mon Sep 17 00:00:00 2001 From: Karl Schultz Date: Thu, 2 Jun 2016 16:48:30 -0600 Subject: [PATCH] Update BUILD.md Remove statement indicating that the Linux SDK installs the loader and layers to system libraries; it no longer does this. --- BUILD.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/BUILD.md b/BUILD.md index d85f511..b21aa82 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=/dbuild/loader export VK_LAYER_PATH=/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 -- 2.7.4