aboutsummaryrefslogtreecommitdiff
path: root/doc/build-osx.md
diff options
context:
space:
mode:
authorPablo Fernandez <fernandezpablo85@gmail.com>2017-12-26 14:23:58 -0300
committerGitHub <noreply@github.com>2017-12-26 14:23:58 -0300
commit5ec3eae393a272433e020e1c37d5b07e7789da6c (patch)
treecbb89f6c9e5765beb8ef6471a8279e86b82bbbb3 /doc/build-osx.md
parent5180a86c96bc05d2a731f70f36aae28ab5a3fad4 (diff)
downloadbitcoin-5ec3eae393a272433e020e1c37d5b07e7789da6c.tar.xz
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.
Diffstat (limited to 'doc/build-osx.md')
-rw-r--r--doc/build-osx.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/build-osx.md b/doc/build-osx.md
index cbc5288c16..3e243933c8 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.