CONTRIBUTING: include pkg-config as macOS dep

As this isn't available on Darwin by default, unlike on most Linux
distributions.

Signed-off-by: Hidde Beydals <hello@hidde.co>
This commit is contained in:
Hidde Beydals 2021-10-08 09:40:02 +02:00
parent a871e0b527
commit fa9a2d8512
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ match but are not linked in a compatible way, append `LIBGIT2_FORCE=1` to the
```console
$ # Ensure libgit2 dependencies are available
$ brew install cmake openssl@1.1 libssh2
$ brew install cmake openssl@1.1 libssh2 pkg-config
$ LIBGIT2_FORCE=1 make libgit2
```