mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-25 02:33:24 -03:00
doc: install qt5 when building on macOS
Brew has updated such that qt now refers to Qt 6.0.1. If builders install this, configure will not work pick up qt. For now, install qt@5 (5.15.2), until required build system and likely source changes are made.
This commit is contained in:
parent
4f223e93e9
commit
bec7f2caf7
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ Then install [Homebrew](https://brew.sh).
|
|||
|
||||
## Dependencies
|
||||
```shell
|
||||
brew install automake libtool boost miniupnpc libnatpmp pkg-config python qt libevent qrencode
|
||||
brew install automake libtool boost miniupnpc libnatpmp pkg-config python qt@5 libevent qrencode
|
||||
```
|
||||
|
||||
If you run into issues, check [Homebrew's troubleshooting page](https://docs.brew.sh/Troubleshooting).
|
||||
|
|
Loading…
Add table
Reference in a new issue