From 5f541a80e2c97eded79db52d00a1f8bad3c42c40 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A5kon=20Nessj=C3=B8en?= Date: Fri, 16 Aug 2024 19:29:49 +0200 Subject: [PATCH] Add "pkg-config" to the list of homebrew packages in the README --- README.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.markdown b/README.markdown index ac32c6f..802aa6a 100644 --- a/README.markdown +++ b/README.markdown @@ -87,7 +87,7 @@ Install dependencies, download source tarball, extract, compile and install: cd haakonness*/ # Install dependencies - brew install gettext autoconf automake libtool openssl + brew install gettext autoconf automake libtool openssl pkg-config export GETTEXT_PATH=$(brew --prefix gettext) export OPENSSL_PATH=$(brew --prefix openssl)