The Vulkan-Headers package contains a set of header files necessary to build and link applications against the Vulkan API.
Development versions of BLFS may not build or run some packages properly if LFS or dependencies have been updated since the most recent stable versions of the books.
MD5 校验和:169324193a80736af5764b5ba470a0c9
大小:3.2 MB
预计所需磁盘空间:80 MB
预计构建时间:小于 0.1 SBU(含测试)
Install Vulkan-Headers by running the following commands:
mkdir build && cd build && cmake -D CMAKE_INSTALL_PREFIX=/usr -G Ninja .. && ninja
To test the results, issue: ninja test.
Now, as the root user:
ninja install