diff options
author | fanquake <fanquake@gmail.com> | 2019-09-10 11:08:17 +1000 |
---|---|---|
committer | fanquake <fanquake@gmail.com> | 2019-09-12 20:28:53 +1000 |
commit | e09913f1c47e693b0c6fafef55b9ca78e5f3abc0 (patch) | |
tree | b81045dd845bddbf4ce0f953ac93d158452b5489 /doc/build-osx.md | |
parent | 376f4929f8f75011b72b2f9c3164980db482278a (diff) |
doc: specify protobuf as optional in build docs
Diffstat (limited to 'doc/build-osx.md')
-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 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. |