From e76ffa601a229f74f180168ab1de5416e87943c3 Mon Sep 17 00:00:00 2001 From: karthiknvidia <102988101+karthiknvidia@users.noreply.github.com> Date: Tue, 3 Sep 2024 14:11:12 -0700 Subject: [PATCH] Update README.md Require one additional line of instruction to be able to build the simpleVulkan test with r550. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index daecee33..51869a70 100644 --- a/README.md +++ b/README.md @@ -137,6 +137,7 @@ OpenGL ES is an embedded systems graphics library used for 2D and 3D rendering. #### Vulkan Vulkan is a low-overhead, cross-platform 3D graphics and compute API. Vulkan targets high-performance realtime 3D graphics applications such as video games and interactive media across all platforms. On systems which support Vulkan, NVIDIA's Vulkan implementation is provided with the CUDA Driver. For building and running Vulkan applications one needs to install the [Vulkan SDK](https://www.lunarg.com/vulkan-sdk/). +In addition, for building Vulkan related CUDA samples, pkg-config needs to be installed - `sudo apt-get install pkg-config`. #### OpenMP