Skip to content

Commit eb3c6b0

Browse files
committed
Merge #18070: doc: add note about brew doctor
63ce882 doc: link to homebrew's troubleshooting page (Gastón I. Silva) Pull request description: A trivial documentation update. When I was following the build steps for mac, I had some errors installing the dependencies. After searching on the Internet, and correcting the errors, I found that `brew doctor` had all the answers I needed. Could have skipped the Internet searches all together. ACKs for top commit: fanquake: ACK 63ce882 - a link to the troubleshooting page seems fine. I wouldn't really want our README to have anything more specific than that. Tree-SHA512: 12c96cd9c9bd39ada21f3f27cbec3ed4bef4b8e74dec7872c892fc6a92a70418a5cc0882ff449883e91d96c01e1ca7104b076590917f397334c82931ec7fda1c
2 parents 56fc2df + 63ce882 commit eb3c6b0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/build-osx.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ Then install [Homebrew](https://brew.sh).
2222
brew install automake berkeley-db4 libtool boost miniupnpc pkg-config python qt libevent qrencode
2323
```
2424

25+
If you run into issues, check [Homebrew's troubleshooting page](https://docs.brew.sh/Troubleshooting).
2526
See [dependencies.md](dependencies.md) for a complete overview.
2627

2728
If you want to build the disk image with `make deploy` (.dmg / optional), you need RSVG:

0 commit comments

Comments
 (0)