diff options
author | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2022-09-13 22:59:25 +0100 |
---|---|---|
committer | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2022-09-14 13:51:17 +0100 |
commit | 34a2f91055ea467b4c20c419646849da5bd7fb94 (patch) | |
tree | 3512c3c471af17d7544eacd72e1d8d3df4e039f0 /doc | |
parent | a8c3590890640aff039491b9b4e0c8eee0c7fdb6 (diff) |
Revert "doc: note that brew installed qt is not supported"
This reverts commit 33b0b26a03a401bd39b88931b69d162c3c538d31.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/build-osx.md | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/doc/build-osx.md b/doc/build-osx.md index fdf0a9d414..f11ed97e09 100644 --- a/doc/build-osx.md +++ b/doc/build-osx.md @@ -96,14 +96,6 @@ 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). |