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/vulkan-sdk-1.4.328.1/Vulkan-Headers-vulkan-sdk-1.4.328.1.tar.gz
Download SHA256 Sum: c465aa56757e7746ac707f582b6e2d51546569a4a2488c1172fb543aa5fdfc2c
Download MD5 sum: 19115b19948e97959a8edae8108f552e
Download size: 32,556.8 KB
Estimated disk space required: 32,822.1 KB
Estimated build time: less than 0.5 SBU
Prepare Vulkan-Headers by running the following commands:
cmake -B build -D CMAKE_INSTALL_PREFIX=/usr -G Ninja
To Build the package, issue:
ninja -C build
To test the results, issue:
ninja -C build test
Now Install, as the root user:
ninja -C build install