aboutsummaryrefslogtreecommitdiff
path: root/doc/build-osx.md
diff options
context:
space:
mode:
authorJonas Schnelli <[email protected]>2015-09-04 15:25:01 +0200
committerJonas Schnelli <[email protected]>2015-09-07 13:31:16 +0200
commita1df1e870b79200c70cf6a5e3201dab1e981a2a2 (patch)
tree20b7da3eab4f87f21d3ae83bfb8178cba0939d4c /doc/build-osx.md
parent[release notes] mention apache reverse proxy to re-enable SSL (diff)
downloaddiscoin-a1df1e870b79200c70cf6a5e3201dab1e981a2a2.tar.xz
discoin-a1df1e870b79200c70cf6a5e3201dab1e981a2a2.zip
[docs] add libevent dependency to build-osx.md
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 dc319dd1c..8fad8b5b0 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.