The Vulkan-Headers package contains a set of header files necessary to build and link applications against the Vulkan API.
![[Note]](../images/note.png) 
          Development versions of BLFS may not build or run some packages properly if LFS or dependencies have been updated since the most recent stable versions of the books.
Download (HTTP): https://github.com/KhronosGroup/Vulkan-Headers/archive/vulkan-sdk-1.4.328.1/Vulkan-Headers-vulkan-sdk-1.4.328.1.tar.gz
Download MD5 sum: 19115b19948e97959a8edae8108f552e
Download size: 2.6 MB
Estimated disk space required: 66 MB
Estimated build time: less than 0.1 SBU
Install Vulkan-Headers by running the following commands:
mkdir build && cd build && cmake -D CMAKE_INSTALL_PREFIX=/usr -G Ninja .. && ninja
To test the results, issue: ninja test.
          Now, as the root user:
        
ninja install