mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-03-22 23:30:14 +00:00
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:
commit
c21da8a1e2
1 changed files with 5 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue