From 22f28d7dcb1b12028a1b462d6102414a2a498846 Mon Sep 17 00:00:00 2001 From: RyzenDew <84041391+RyzenDew@users.noreply.github.com> Date: Sun, 28 Aug 2022 11:24:41 -0300 Subject: [PATCH] Update BUILD.md --- BUILD.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/BUILD.md b/BUILD.md index 5cc8cc82..8c373531 100644 --- a/BUILD.md +++ b/BUILD.md @@ -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.