The Vulkan-Loader package contains a library which provides the Vulkan API and provides core support for graphics drivers for Vulkan.
This package is known to build and work properly using an LFS 12.4 platform.
Download (HTTP): https://github.com/KhronosGroup/Vulkan-Loader/archive/vulkan-sdk-1.4.328.1/Vulkan-Loader-vulkan-sdk-1.4.328.1.tar.gz
Download SHA256 Sum: 65a2a063a8a33ff298848bb1e70deff8499f1ea8aa486feaa8b2f507d8e9989d
Download MD5 sum: a8125a8d207cb89e5b87ef6e5f843f72
Download size: 8,192.6 KB
Estimated disk space required: 10,244.0 KB
Estimated build time: less than 0.5 SBU
CMake-4.1.3, Vulkan-Headers-1.4.328.1, and Xorg7 Libraries
"mesa" (for Vulkan drivers)
![[Note]](../images/note.png)
If this package is being installed on a system where Mesa has already been installed previously, please rebuild "mesa" after this package to install Vulkan graphics drivers.
Prepare Vulkan-Loader by running the following commands:
cmake -B build \
-D CMAKE_INSTALL_PREFIX=/usr \
-D CMAKE_BUILD_TYPE=Release \
-D CMAKE_SKIP_INSTALL_RPATH=ON \
-G NinjaTo Build the package, issue:
ninja -C build
Now Install, as the root user:
ninja -C build install
-D BUILD_WSI_WAYLAND_SUPPORT=OFF: This option allows
building without Wayland-1.24.0 support.