diff options
| author | Luis-Johannes Schubert <[email protected]> | 2021-02-15 21:28:43 -0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-02-15 21:28:43 -0800 |
| commit | 11e99e42e823b515fe6ba24266c0c9f702e45cc3 (patch) | |
| tree | 17bb273ca47cf482ed867fea2f2838db99bb6d2d /doc | |
| parent | Set next release version to 1.14.2 (diff) | |
| download | discoin-11e99e42e823b515fe6ba24266c0c9f702e45cc3.tar.xz discoin-11e99e42e823b515fe6ba24266c0c9f702e45cc3.zip | |
Update build-osx.md for Mac install
--c++11 no longer needed and needs to be removed.
Diffstat (limited to 'doc')
| -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 |