From 1a9dbd28e5eb89a1ddbac6663086d962e4c28b14 Mon Sep 17 00:00:00 2001 From: ryan gibbons Date: Fri, 21 Jun 2024 12:04:30 -0400 Subject: [PATCH] Documentation: Add pkg-config to homebrew deps --- Documentation/BuildInstructionsLadybird.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/BuildInstructionsLadybird.md b/Documentation/BuildInstructionsLadybird.md index 5e5e6ac42db..db3e7b9690f 100644 --- a/Documentation/BuildInstructionsLadybird.md +++ b/Documentation/BuildInstructionsLadybird.md @@ -56,7 +56,7 @@ Xcode 14 versions before 14.3 might crash while building ladybird. Xcode 14.3 or ``` xcode-select --install -brew install autoconf autoconf-archive automake cmake ninja ccache +brew install autoconf autoconf-archive automake cmake ninja ccache pkg-config ``` If you also plan to use the Qt chrome on macOS: