aboutsummaryrefslogtreecommitdiff
path: root/doc/build-osx.md
diff options
context:
space:
mode:
authorRaul Siles <5730357+raulsiles@users.noreply.github.com>2021-04-28 08:09:42 +0200
committerJarol Rodriguez <jarolrod@tutanota.com>2021-05-17 21:36:08 -0400
commit33b0b26a03a401bd39b88931b69d162c3c538d31 (patch)
tree47abc1364cc417b45d37769c8ad58303f1b4d952 /doc/build-osx.md
parent6d1d33d33491a98bb0dbf64ea7e4743200e71474 (diff)
downloadbitcoin-33b0b26a03a401bd39b88931b69d162c3c538d31.tar.xz
doc: note that brew installed qt is not supported
Diffstat (limited to 'doc/build-osx.md')
-rw-r--r--doc/build-osx.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/build-osx.md b/doc/build-osx.md
index ab298f5f2c..467feff410 100644
--- a/doc/build-osx.md
+++ b/doc/build-osx.md
@@ -138,6 +138,14 @@ Skip if you don't intend to use the GUI.
brew install qt@5
```
+Ensure that the `qt@5` package is installed, not the `qt` package.
+If 'qt' is installed, the build process will fail.
+if installed, remove the `qt` package with the following command:
+
+``` bash
+brew uninstall qt
+```
+
Note: Building with Qt binaries downloaded from the Qt website is not officially supported.
See the notes in [#7714](https://github.com/bitcoin/bitcoin/issues/7714).