diff options
author | Rohan <73246001+RohanBhattacharyya@users.noreply.github.com> | 2024-07-06 19:09:31 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-06 19:09:31 -0700 |
commit | 5f9e2338e44317427e6942ebdf85c210203bf3a4 (patch) | |
tree | fcf90bdb7c19b749f9cf834ef911ce40fe3a7ba6 /README.md | |
parent | 7123d7a3a70444d3e86936c253c7a5ed041072a2 (diff) |
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 ` |