Skip to content

Commit

Permalink
doc: migrate from pkg-config to pkgconf in macOS build docs
Browse files Browse the repository at this point in the history
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
```
  • Loading branch information
fanquake committed Nov 21, 2024
1 parent 22ef95d commit 8d20348
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/build-osx.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ See [dependencies.md](dependencies.md) for a complete overview.
To install, run the following from your terminal:

``` bash
brew install cmake boost pkg-config libevent
brew install cmake boost pkgconf libevent
```

### 4. Clone Bitcoin repository
Expand Down

0 comments on commit 8d20348

Please sign in to comment.