aboutsummaryrefslogtreecommitdiff
path: root/doc/build-osx.md
diff options
context:
space:
mode:
authorJonas Schnelli <dev@jonasschnelli.ch>2016-12-23 09:52:08 +0100
committerJonas Schnelli <dev@jonasschnelli.ch>2016-12-23 10:09:49 +0100
commitb01667c77802f7eeda8b8c82d0c8358b601a9e16 (patch)
treeb52e60a982a092d520da11a2adddcef4c5bb37a3 /doc/build-osx.md
parent09aefb51776ad5e4652ce5122175f889b167eef5 (diff)
downloadbitcoin-b01667c77802f7eeda8b8c82d0c8358b601a9e16.tar.xz
Mention RSVG dependency when creating the disk image on OSX
Diffstat (limited to 'doc/build-osx.md')
-rw-r--r--doc/build-osx.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/build-osx.md b/doc/build-osx.md
index 63a7ee28ca..5cdb3dab6f 100644
--- a/doc/build-osx.md
+++ b/doc/build-osx.md
@@ -18,6 +18,10 @@ Dependencies
brew install automake berkeley-db4 libtool boost --c++11 miniupnpc openssl pkg-config homebrew/versions/protobuf260 --c++11 qt5 libevent
+In case you want to build the disk image with `make deploy` (.dmg / optional), you need RSVG
+
+ brew install librsvg
+
NOTE: Building with Qt4 is still supported, however, could result in a broken UI. Building with Qt5 is recommended.
Build Bitcoin Core