Browse Source

remove brew c++ flag

the c++ is not needed since the listed brew formulas no longer have this option. It also raises a warning that may generate confusion.
0.16
Pablo Fernandez 7 years ago committed by GitHub
parent
commit
5ec3eae393
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      doc/build-osx.md

2
doc/build-osx.md

@ -16,7 +16,7 @@ Then install [Homebrew](https://brew.sh). @@ -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.

Loading…
Cancel
Save