Skip to content

Commit a1df1e8

Browse files
committed
[docs] add libevent dependency to build-osx.md
1 parent d6a92dd commit a1df1e8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/build-osx.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Instructions: Homebrew
3232

3333
#### Install dependencies using Homebrew
3434

35-
brew install autoconf automake berkeley-db4 libtool boost miniupnpc openssl pkg-config protobuf qt5
35+
brew install autoconf automake berkeley-db4 libtool boost miniupnpc openssl pkg-config protobuf qt5 libevent
3636

3737
NOTE: Building with Qt4 is still supported, however, could result in a broken UI. As such, building with Qt5 is recommended.
3838

doc/release-notes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Then, to tunnel a SSL connection on 28332 to a RPC server bound on localhost on
2828
It can also be set up system-wide in inetd style.
2929

3030
Another way to re-attain SSL would be to setup a httpd reverse proxy. This solution
31-
would allow the use of different authentication, loadbalancing, on-thy-fly compressing and
31+
would allow the use of different authentication, loadbalancing, on-the-fly compression and
3232
caching. A sample config for apache2 could look like:
3333

3434
Listen 443

0 commit comments

Comments
 (0)