From: Karl Schultz Date: Thu, 2 Jun 2016 22:48:30 +0000 (-0600) Subject: Update BUILD.md X-Git-Tag: upstream/1.1.92~3040^2~75 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=974f7b081f055a05714ebc5a24d6465cba03f161;p=platform%2Fupstream%2FVulkan-Tools.git Update BUILD.md Remove statement indicating that the Linux SDK installs the loader and layers to system libraries; it no longer does this. --- 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