From 7521e8bac86069a13b50990275ccb710e543af0d Mon Sep 17 00:00:00 2001 From: Donald Whyte Date: Sun, 25 Oct 2020 08:18:07 +0000 Subject: [PATCH 1/2] Add link to official Vulkan website to download the SDK This prevents new developers, who might not have actually worked with Vulkan (but want to work with Kompute), from having to do the extra step in googling the SDK download page. This reduces friction for potential new developers. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cb693d07a..fa69fcd75 100644 --- a/README.md +++ b/README.md @@ -326,7 +326,7 @@ Given Kompute is expected to be used across a broad range of architectures and h #### Required dependencies -The only required dependency in the build is Vulkan (vulkan.h and vulkan.hpp which are both part of the Vulkan SDK). +The only required dependency in the build is Vulkan. More specifically, the header files vulkan.h and vulkan.hpp, which are both part of the Vulkan SDK. If you haven't installed the Vulkan SDK yet, you can [download it here](https://www.lunarg.com/vulkan-sdk/). #### Optional dependencies From bd838505ecd0bb3f99ff8de575420b37937668bd Mon Sep 17 00:00:00 2001 From: Donald Whyte Date: Sun, 25 Oct 2020 08:19:27 +0000 Subject: [PATCH 2/2] Update Vulkan SDK download link so it's directly linked to the main download page --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fa69fcd75..acf152202 100644 --- a/README.md +++ b/README.md @@ -326,7 +326,7 @@ Given Kompute is expected to be used across a broad range of architectures and h #### Required dependencies -The only required dependency in the build is Vulkan. More specifically, the header files vulkan.h and vulkan.hpp, which are both part of the Vulkan SDK. If you haven't installed the Vulkan SDK yet, you can [download it here](https://www.lunarg.com/vulkan-sdk/). +The only required dependency in the build is Vulkan. More specifically, the header files vulkan.h and vulkan.hpp, which are both part of the Vulkan SDK. If you haven't installed the Vulkan SDK yet, you can [download it here](https://vulkan.lunarg.com/). #### Optional dependencies