Skip to content

Commit

Permalink
Merge 4df8f45 into merged_master (Elements PR #805)
Browse files Browse the repository at this point in the history
  • Loading branch information
apoelstra committed Nov 26, 2020
2 parents 4192a98 + 4df8f45 commit 902c874
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions doc/build-osx.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ brew install automake berkeley-db4 libtool boost miniupnpc pkg-config python qt
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:
```shell
brew install librsvg
```
If you want to build the disk image with `make deploy` (.dmg / optional), you need image manipulation tools:

brew install librsvg libicns imagemagick

## Berkeley DB
Berkeley DB
-----------
It is recommended to use Berkeley DB 4.8. If you have to build it yourself,
you can use [this](/contrib/install_db4.sh) script to install it
like so:
Expand Down

0 comments on commit 902c874

Please sign in to comment.