From 88cc8f48bc2e26126b6f84d63e45b45e36bd3fb9 Mon Sep 17 00:00:00 2001 From: RyzenDew <84041391+RyzenDew@users.noreply.github.com> Date: Sun, 28 Aug 2022 00:29:44 -0300 Subject: [PATCH] added an extra dep due to lack of common sense installing base-devel is common sense sad i have to add it --- BUILD.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILD.md b/BUILD.md index 0874fe38..315804f9 100644 --- a/BUILD.md +++ b/BUILD.md @@ -27,7 +27,7 @@ For ubuntu and most derivatives: For Arch and most derivatives: -`sudo pacman -S --needed gtk3 libsecret libgcrypt systemd-libs freeglut nasm git zlib zip unzip linux-headers` +`sudo pacman -S --needed gtk3 libsecret libgcrypt systemd-libs freeglut nasm git zlib zip unzip linux-headers base-devel` Go here https://aur.archlinux.org/packages/vcpkg Press download snapshot next unzip it and go into the folder open terminal and type `makepkg -si`