aboutsummaryrefslogtreecommitdiff
path: root/doc/build-osx.md
diff options
context:
space:
mode:
authorfanquake <fanquake@gmail.com>2019-09-10 11:08:17 +1000
committerfanquake <fanquake@gmail.com>2019-09-12 20:28:53 +1000
commite09913f1c47e693b0c6fafef55b9ca78e5f3abc0 (patch)
treeb81045dd845bddbf4ce0f953ac93d158452b5489 /doc/build-osx.md
parent376f4929f8f75011b72b2f9c3164980db482278a (diff)
downloadbitcoin-e09913f1c47e693b0c6fafef55b9ca78e5f3abc0.tar.xz
doc: specify protobuf as optional in build docs
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 65cfce6b15..9942449bf6 100644
--- a/doc/build-osx.md
+++ b/doc/build-osx.md
@@ -19,7 +19,7 @@ Then install [Homebrew](https://brew.sh).
## Dependencies
```shell
-brew install automake berkeley-db4 libtool boost miniupnpc openssl pkg-config protobuf python qt libevent qrencode
+brew install automake berkeley-db4 libtool boost miniupnpc openssl pkg-config python qt libevent qrencode
```
See [dependencies.md](dependencies.md) for a complete overview.