Browse Source

[doc] Minor corrections to osx dependencies

0.15
fanquake 7 years ago
parent
commit
661caf83b3
No known key found for this signature in database
GPG Key ID: 2EEB9F5CC09526C1
  1. 6
      doc/build-osx.md

6
doc/build-osx.md

@ -11,14 +11,14 @@ Install the OS X command line tools: @@ -11,14 +11,14 @@ Install the OS X command line tools:
When the popup appears, click `Install`.
Then install [Homebrew](http://brew.sh).
Then install [Homebrew](https://brew.sh).
Dependencies
----------------------
brew install automake berkeley-db4 libtool boost --c++11 miniupnpc openssl pkg-config protobuf --c++11 qt5 libevent
brew install automake berkeley-db4 libtool boost --c++11 miniupnpc openssl pkg-config protobuf qt libevent
In case you want to build the disk image with `make deploy` (.dmg / optional), you need RSVG
If you want to build the disk image with `make deploy` (.dmg / optional), you need RSVG
brew install librsvg

Loading…
Cancel
Save