Update BUILD.md

This commit is contained in:
RyzenDew 2022-08-28 11:24:41 -03:00 committed by GitHub
parent 4f0477173d
commit 22f28d7dcb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -27,7 +27,9 @@ For ubuntu and most derivatives:
For Arch and most derivatives:
`sudo pacman -S cmake git base-devel ninja nasm linux-headers zip`
`sudo pacman -S cmake git base-devel ninja nasm linux-headers zip spirv-headers`
Vcpkg provides spirv-headers but for some it's needed in arch it seems.
Added zip incase the user runs KDE but with gnome zip is included.