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:
parent
a871e0b527
commit
fa9a2d8512
|
@ -47,7 +47,7 @@ match but are not linked in a compatible way, append `LIBGIT2_FORCE=1` to the
|
||||||
|
|
||||||
```console
|
```console
|
||||||
$ # Ensure libgit2 dependencies are available
|
$ # 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
|
$ LIBGIT2_FORCE=1 make libgit2
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue