Skip to content

Commit 33b0b26

Browse files
raulsilesjarolrod
authored andcommitted
doc: note that brew installed qt is not supported
1 parent 6d1d33d commit 33b0b26

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

doc/build-osx.md

+8
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,14 @@ Skip if you don't intend to use the GUI.
138138
brew install qt@5
139139
```
140140

141+
Ensure that the `qt@5` package is installed, not the `qt` package.
142+
If 'qt' is installed, the build process will fail.
143+
if installed, remove the `qt` package with the following command:
144+
145+
``` bash
146+
brew uninstall qt
147+
```
148+
141149
Note: Building with Qt binaries downloaded from the Qt website is not officially supported.
142150
See the notes in [#7714](https://github.com/bitcoin/bitcoin/issues/7714).
143151

0 commit comments

Comments
 (0)