mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-09 11:27:28 -03:00
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 ```
This commit is contained in:
parent
22ef95dbe3
commit
8d203480b3
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue