diff options
author | fanquake <fanquake@gmail.com> | 2021-03-03 12:00:06 +0800 |
---|---|---|
committer | fanquake <fanquake@gmail.com> | 2021-03-03 12:00:06 +0800 |
commit | bec7f2caf76901a33dcdd2c3bf976f3954131666 (patch) | |
tree | a732cfdd48b3262bd804a0b29e0c95f2d8ad8537 | |
parent | 4f223e93e9c097c96a1655f9125aec463892da9c (diff) |
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.
-rw-r--r-- | doc/build-osx.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/build-osx.md b/doc/build-osx.md index 04ee43f81d..52a734c80a 100644 --- a/doc/build-osx.md +++ b/doc/build-osx.md @@ -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). |