Skip to content

Commit fa9a2d8

Browse files
committed
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 <[email protected]>
1 parent a871e0b commit fa9a2d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ match but are not linked in a compatible way, append `LIBGIT2_FORCE=1` to the
4747

4848
```console
4949
$ # Ensure libgit2 dependencies are available
50-
$ brew install cmake [email protected] libssh2
50+
$ brew install cmake [email protected] libssh2 pkg-config
5151
$ LIBGIT2_FORCE=1 make libgit2
5252
```
5353

0 commit comments

Comments
 (0)