Skip to content

Commit b01667c

Browse files
committed
Mention RSVG dependency when creating the disk image on OSX
1 parent 09aefb5 commit b01667c

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

configure.ac

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -353,6 +353,7 @@ case $host in
353353
AC_PATH_TOOL([INSTALLNAMETOOL], [install_name_tool], install_name_tool)
354354
AC_PATH_TOOL([OTOOL], [otool], otool)
355355
AC_PATH_PROGS([GENISOIMAGE], [genisoimage mkisofs],genisoimage)
356+
AC_PATH_PROGS([RSVG_CONVERT], [rsvg-convert rsvg],rsvg-convert)
356357
AC_PATH_PROGS([IMAGEMAGICK_CONVERT], [convert],convert)
357358
AC_PATH_PROGS([TIFFCP], [tiffcp],tiffcp)
358359

doc/build-osx.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ Dependencies
1818

1919
brew install automake berkeley-db4 libtool boost --c++11 miniupnpc openssl pkg-config homebrew/versions/protobuf260 --c++11 qt5 libevent
2020

21+
In case you want to build the disk image with `make deploy` (.dmg / optional), you need RSVG
22+
23+
brew install librsvg
24+
2125
NOTE: Building with Qt4 is still supported, however, could result in a broken UI. Building with Qt5 is recommended.
2226

2327
Build Bitcoin Core

0 commit comments

Comments
 (0)