aboutsummaryrefslogtreecommitdiff
path: root/doc/build-osx.md
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2015-09-08 17:38:03 +0200
committerWladimir J. van der Laan <laanwj@gmail.com>2015-09-08 17:38:25 +0200
commit3224936bedd8fe777b23d43c253abd2c0cd95d22 (patch)
tree17f947b8ef78edc72d571ac039ede0baa4d0d500 /doc/build-osx.md
parent0c2779514041b174c13d7cd3a66f1fd28e9026fa (diff)
parenta1df1e870b79200c70cf6a5e3201dab1e981a2a2 (diff)
downloadbitcoin-3224936bedd8fe777b23d43c253abd2c0cd95d22.tar.xz
Merge pull request #6635
a1df1e8 [docs] add libevent dependency to build-osx.md (Jonas Schnelli) d6a92dd [release notes] mention apache reverse proxy to re-enable SSL (Jonas Schnelli)
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 dc319dd1c4..8fad8b5b00 100644
--- a/doc/build-osx.md
+++ b/doc/build-osx.md
@@ -32,7 +32,7 @@ Instructions: Homebrew
#### Install dependencies using Homebrew
- brew install autoconf automake berkeley-db4 libtool boost miniupnpc openssl pkg-config protobuf qt5
+ brew install autoconf automake berkeley-db4 libtool boost miniupnpc openssl pkg-config protobuf qt5 libevent
NOTE: Building with Qt4 is still supported, however, could result in a broken UI. As such, building with Qt5 is recommended.