diff options
| author | fanquake <[email protected]> | 2017-04-23 08:47:12 +0800 |
|---|---|---|
| committer | Luke Dashjr <[email protected]> | 2017-06-05 22:58:53 +0000 |
| commit | 692dbb0288d6582e311a47951ff4afd63ea9d90c (patch) | |
| tree | 188b14a8dd9e3a33f9e6f2d9857a6057b54343dc /doc | |
| parent | Fix: make CCoinsViewDbCursor::Seek work for missing keys (diff) | |
| download | discoin-692dbb0288d6582e311a47951ff4afd63ea9d90c.tar.xz discoin-692dbb0288d6582e311a47951ff4afd63ea9d90c.zip | |
[doc] Minor corrections to osx dependencies
Github-Pull: #10260
Rebased-From: 661caf83b3dcae6376e59b6cae07f0a2a4d37fe9
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 |