%general-entities; ]> Vulkan-Loader-&vulkan-loader-version; Vulkan-Loader 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. &lfs121_checked; Download (HTTP): Download (FTP): Vulkan-loader Dependencies Required , , and Recommended (Runtime) (for Vulkan drivers) and Installation of Vulkan-Loader 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. 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 \ -DBUILD_WSI_WAYLAND_SUPPORT=OFF \ -G Ninja .. ninja This package does not come with a working test suite. Now, as the root user: ninja install Command Explanations -DBUILD_WSI_WAYLAND_SUPPORT=OFF: This option allows building the library without Wayland. If you want to build with Wayland, omit this option. 32-bit Installation of Vulkan-Loader First clean the build directory: rm -rf * Install lib32-Vulkan-Loader by running the following commands: ASFLAGS=--32 CFLAGS=-m32 CXXFLAGS=-m32 \ PKG_CONFIG_PATH=/usr/lib32/pkgconfig \ cmake -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib32 \ -DCMAKE_BUILD_TYPE=Release \ -DCMAKE_SKIP_RPATH=TRUE \ -DBUILD_WSI_WAYLAND_SUPPORT=OFF \ -G Ninja .. ninja Now, as the root user: DESTDIR=$PWD/DESTDIR ninja install cp -vr DESTDIR/usr/lib32/* /usr/lib32 rm -rf DESTDIR ldconfig Contents Installed Programs Installed Libraries Installed Directories None libvulkan.so /usr/lib/cmake/VulkanLoader Short Descriptions libvulkan.so provides the Vulkan API and core support for graphics drivers libvulkan.so