Merge pull request #11 from rursache/fix/arch-vulkan-headers-dep

fix(arch): add vulkan-headers to Arch Linux dependency list
This commit is contained in:
Kelsi Rae Davis 2026-03-08 14:32:57 -07:00 committed by GitHub
commit c21da8a1e2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -29,10 +29,14 @@ sudo apt install -y \
sudo pacman -S --needed \
base-devel cmake pkgconf git \
sdl2 glew glm openssl zlib \
vulkan-devel vulkan-tools shaderc \
vulkan-headers vulkan-icd-loader vulkan-tools shaderc \
ffmpeg unicorn stormlib
```
> **Note:** `vulkan-headers` provides the `vulkan/vulkan.h` development headers required
> at build time. `vulkan-devel` is a group that includes these on some distros but is not
> available by name on Arch — install `vulkan-headers` and `vulkan-icd-loader` explicitly.
---
## 🐧 Linux (All Distros)