From 0718d4fc77ccfa310af0e799a08ed9ca68a20a9b Mon Sep 17 00:00:00 2001 From: Shinra-electric Date: Sun, 19 Apr 2026 11:18:19 +0100 Subject: [PATCH] Add pkgconf to brew dependencies --- BUILD.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILD.md b/BUILD.md index 1e7b7336..806d9c49 100644 --- a/BUILD.md +++ b/BUILD.md @@ -164,7 +164,7 @@ To install the dependencies required to build Cemu, you will need to install Hom The following dependencies are required. You can install them using Homebrew with the following command: -`brew install git cmake ninja nasm automake libtool boost` +`brew install automake boost cmake git libtool nasm ninja pkgconf` ### MoltenVK