From b01667c77802f7eeda8b8c82d0c8358b601a9e16 Mon Sep 17 00:00:00 2001 From: Jonas Schnelli Date: Fri, 23 Dec 2016 09:52:08 +0100 Subject: [PATCH] Mention RSVG dependency when creating the disk image on OSX --- configure.ac | 1 + doc/build-osx.md | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/configure.ac b/configure.ac index e068f2287..74808cd33 100644 --- a/configure.ac +++ b/configure.ac @@ -353,6 +353,7 @@ case $host in AC_PATH_TOOL([INSTALLNAMETOOL], [install_name_tool], install_name_tool) AC_PATH_TOOL([OTOOL], [otool], otool) AC_PATH_PROGS([GENISOIMAGE], [genisoimage mkisofs],genisoimage) + AC_PATH_PROGS([RSVG_CONVERT], [rsvg-convert rsvg],rsvg-convert) AC_PATH_PROGS([IMAGEMAGICK_CONVERT], [convert],convert) AC_PATH_PROGS([TIFFCP], [tiffcp],tiffcp) diff --git a/doc/build-osx.md b/doc/build-osx.md index 63a7ee28c..5cdb3dab6 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