From 5f9e2338e44317427e6942ebdf85c210203bf3a4 Mon Sep 17 00:00:00 2001 From: Rohan <73246001+RohanBhattacharyya@users.noreply.github.com> Date: Sat, 6 Jul 2024 19:09:31 -0700 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b0a673e..417afd4 100644 --- a/README.md +++ b/README.md @@ -205,6 +205,7 @@ LD_LIBRARY_PATH="$LD_LIBRARY_PATH:./" padsp ./starbound "$@"` * First, you will need to have brew installed. Check out how to install [Homebrew](https://brew.sh/) * Install cmake using `brew install cmake` * Install ninja using `brew install ninja` +* Install pkg config using `brew install pkg-config` * Next, install vcpkg by following the commands below. * Run `cd ~`. This is just so that everything is local to here. * Run ` git clone https://github.com/microsoft/vcpkg.git `