File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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+
2125NOTE: Building with Qt4 is still supported, however, could result in a broken UI. Building with Qt5 is recommended.
2226
2327Build Bitcoin Core
You can’t perform that action at this time.
0 commit comments