diff options
| author | Patrick Lodder <[email protected]> | 2021-02-16 14:35:24 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-02-16 14:35:24 +0100 |
| commit | ed8864b6d25036ca47ba15ed4fb13a48fe1a2e1c (patch) | |
| tree | 4ead0423a1141d2761fa58965581d44cd7013884 | |
| parent | Merge pull request #1676 from shibe2/skipcheckpow (diff) | |
| parent | Update build-osx.md for Mac install (diff) | |
| download | discoin-ed8864b6d25036ca47ba15ed4fb13a48fe1a2e1c.tar.xz discoin-ed8864b6d25036ca47ba15ed4fb13a48fe1a2e1c.zip | |
Merge pull request #1741 from luisschubert/patch-1
Docs Update build-osx.md for Mac install
| -rw-r--r-- | doc/build-osx.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/build-osx.md b/doc/build-osx.md index 4c8eb2611..97536bbea 100644 --- a/doc/build-osx.md +++ b/doc/build-osx.md @@ -16,7 +16,7 @@ Then install [Homebrew](https://brew.sh). Dependencies ---------------------- - brew install automake libtool boost --c++11 miniupnpc openssl pkg-config protobuf --c++11 qt5 libevent + brew install automake libtool boost miniupnpc openssl pkg-config protobuf qt5 libevent brew install berkeley-db # You need to make sure you install a version >= 5.1.29, but as close to 5.1.29 as possible. Check the homebrew docs to find out how to install older versions. If you want to build the disk image with `make deploy` (.dmg / optional), you need RSVG |