Skip to content

Commit 8d20348

Browse files
committed
doc: migrate from pkg-config to pkgconf in macOS build docs
Brew has migrated to using the later: ```bash brew info pkg-config ==> pkgconf: stable 2.3.0 (bottled), HEAD Package compiler and linker metadata toolkit https://github.com/pkgconf/pkgconf ```
1 parent 22ef95d commit 8d20348

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/build-osx.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ See [dependencies.md](dependencies.md) for a complete overview.
4848
To install, run the following from your terminal:
4949

5050
``` bash
51-
brew install cmake boost pkg-config libevent
51+
brew install cmake boost pkgconf libevent
5252
```
5353

5454
### 4. Clone Bitcoin repository

0 commit comments

Comments
 (0)