From 6e49b65442b135f3f7260bd4bd304c9fd1b09054 Mon Sep 17 00:00:00 2001 From: RyzenDew <84041391+RyzenDew@users.noreply.github.com> Date: Sun, 28 Aug 2022 02:23:47 -0400 Subject: [PATCH] added zip added zip if the arch user runs KDE it doesn't come with zip like gnome. --- BUILD.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/BUILD.md b/BUILD.md index f773a146..bc6d3569 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` +`sudo pacman -S cmake git base-devel ninja nasm linux-headers zip` + +Added zip incase the user runs KDE but with gnome zip is included. vcpkg is not needed to be installed and provided by cemu when git cloning.