Vulkan-Loader-1.3.273

Introduction to Vulkan-Loader

The Vulkan-Loader package contains a library which provides the Vulkan API and provides core support for graphics drivers for Vulkan.

[注記]

注記

LFS や依存パッケージが本ブックに示す最新安定バージョンでなかった場合には、BLFS 開発版においては、パッケージのビルドや処理実行が適切に行われないことがあります。

Package Information

Vulkan-loader Dependencies

Required

CMake-3.28.1, Vulkan-Headers-1.3.273, Wayland-1.22.0, and Xorg ライブラリ

Recommended (Runtime)

Mesa-23.3.1 (for Vulkan drivers)

Installation of Vulkan-Loader

[注記]

注記

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

Contents

Installed Programs: None
Installed Libraries: libvulkan.so
Installed Directories: /usr/lib/cmake/VulkanLoader

Short Descriptions

libvulkan.so

provides the Vulkan API and core support for graphics drivers