The Vulkan-Headers package contains a set of header files necessary to build and link applications against the Vulkan API.
This package is known to build and work properly using an LFS 12.4 platform.
Download (HTTP): https://github.com/KhronosGroup/Vulkan-Headers/archive/v1.4.321/Vulkan-Headers-1.4.321.tar.gz
Download MD5 sum: 0121ba99047bf40ab93737209c7a170a
Download size: 2.6 MB
Estimated disk space required: 33 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. Two tests are known to fail due to the use of
the deprecated ciso646
header with
GCC 15 or newer.
Now, as the root
user:
ninja install