The Vulkan-Loader package contains a library which provides the Vulkan API and provides core support for graphics drivers for Vulkan.
LFS や依存パッケージが本ブックに示す最新安定バージョンでなかった場合には、BLFS 開発版においては、パッケージのビルドや処理実行が適切に行われないことがあります。
Download (HTTP): https://github.com/KhronosGroup/Vulkan-Loader/archive/refs/tags/v1.3.273/Vulkan-Loader-1.3.273.tar.gz
Download MD5 sum: 11c34b9a8967ca46b3bf4d0bb3f9d4a1
Download size: 1.6 MB
Estimated disk space required: 9.8 MB
Estimated build time: 0.1 SBU
CMake-3.28.1, Vulkan-Headers-1.3.273, Wayland-1.22.0, and Xorg ライブラリ
Mesa-23.3.1 (for Vulkan drivers)
If this package is being installed on a system where Mesa has already been installed previously, please rebuild Mesa-23.3.1 after this package to install Vulkan graphics drivers.
Install Vulkan-Loader by running the following commands:
mkdir build && cd build && cmake -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_BUILD_TYPE=Release \ -DCMAKE_SKIP_RPATH=TRUE \ -G Ninja .. && ninja
This package does not come with a working test suite.
Now, as the root
user:
ninja install