We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d1d33d commit 33b0b26Copy full SHA for 33b0b26
doc/build-osx.md
@@ -138,6 +138,14 @@ Skip if you don't intend to use the GUI.
138
brew install qt@5
139
```
140
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
149
Note: Building with Qt binaries downloaded from the Qt website is not officially supported.
150
See the notes in [#7714](https://github.com/bitcoin/bitcoin/issues/7714).
151
0 commit comments