diff options
| author | Wladimir J. van der Laan <[email protected]> | 2017-05-02 18:48:58 +0200 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2017-05-02 18:49:31 +0200 |
| commit | 1d75597ba6e899a3cd862bf3ff36e959988554d4 (patch) | |
| tree | 8eadc3c2317910f8d8e2f8879f8bc7d263cb7e5d /doc | |
| parent | Merge #10234: [net] listbanned RPC and QT should show correct banned subnets (diff) | |
| parent | [doc] Minor corrections to osx dependencies (diff) | |
| download | discoin-1d75597ba6e899a3cd862bf3ff36e959988554d4.tar.xz discoin-1d75597ba6e899a3cd862bf3ff36e959988554d4.zip | |
Merge #10260: [doc] Minor corrections to osx dependencies
661caf8 [doc] Minor corrections to osx dependencies (fanquake)
Tree-SHA512: 61451807d6208002550d2e37d26094a5515b11daacab39eb508b6168eebcea86f93dcc7f853aab490baec3727740c90d404c481e11b3d03dcea9f76f8fc7be12
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/build-osx.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/build-osx.md b/doc/build-osx.md index a15bcd012..32d7dbd69 100644 --- a/doc/build-osx.md +++ b/doc/build-osx.md @@ -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 |