diff options
author | Gastón I. Silva <givanse@users.noreply.github.com> | 2020-02-04 21:07:42 -0800 |
---|---|---|
committer | Gastón I. Silva <givanse@users.noreply.github.com> | 2020-02-06 09:05:55 -0800 |
commit | 63ce882760e1ceb4114c716851aedaf911ebb93b (patch) | |
tree | d6d7738a3fd072bff8b61724b3febb9263709e89 /doc/build-osx.md | |
parent | ff59bcd3213ef61f2167c0aa60fcaf5afbc20c61 (diff) |
doc: link to homebrew's troubleshooting page
Diffstat (limited to 'doc/build-osx.md')
-rw-r--r-- | doc/build-osx.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/build-osx.md b/doc/build-osx.md index bf655538c7..96ac64d701 100644 --- a/doc/build-osx.md +++ b/doc/build-osx.md @@ -22,6 +22,7 @@ Then install [Homebrew](https://brew.sh). brew install automake berkeley-db4 libtool boost miniupnpc pkg-config python qt libevent qrencode ``` +If you run into issues, check [Homebrew's troubleshooting page](https://docs.brew.sh/Troubleshooting). See [dependencies.md](dependencies.md) for a complete overview. If you want to build the disk image with `make deploy` (.dmg / optional), you need RSVG: |