diff options
| author | Wladimir J. van der Laan <[email protected]> | 2017-12-30 13:54:52 +0100 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2017-12-30 13:55:10 +0100 |
| commit | 63a4dc10876bfc61c2e87d35dcf17da2f0f8c316 (patch) | |
| tree | c851ba2b44392cf2f52b25ac40a6a64c21005cb9 /doc | |
| parent | Merge #11984: doc: Update OpenBSD build instructions for 6.2 (cont'd) (diff) | |
| parent | remove brew c++ flag (diff) | |
| download | discoin-63a4dc10876bfc61c2e87d35dcf17da2f0f8c316.tar.xz discoin-63a4dc10876bfc61c2e87d35dcf17da2f0f8c316.zip | |
Merge #12027: [Docs] Remove boost --c++ flag from osx build instructions
5ec3eae remove brew c++ flag (Pablo Fernandez)
Pull request description:
the c++ is not needed since the listed brew formulas no longer have this option. It also raises a warning that may generate confusion.
Tree-SHA512: 37c0ebee2901947a21abfcd646ae0c7e73293568f37db9b130d1c521aa4222b0e82e21614e6ac60bb5347c34ef15bbd24eb8066ebf576ea3da9f365be9a4d062
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 cbc5288c1..3e243933c 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 berkeley-db4 libtool boost --c++11 miniupnpc openssl pkg-config protobuf python3 qt libevent + brew install automake berkeley-db4 libtool boost miniupnpc openssl pkg-config protobuf python3 qt libevent See [dependencies.md](dependencies.md) for a complete overview. |