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
353
353
AC_PATH_TOOL ( [ INSTALLNAMETOOL] , [ install_name_tool] , install_name_tool )
354
354
AC_PATH_TOOL ( [ OTOOL] , [ otool] , otool )
355
355
AC_PATH_PROGS ( [ GENISOIMAGE] , [ genisoimage mkisofs] ,genisoimage )
356
+ AC_PATH_PROGS ( [ RSVG_CONVERT] , [ rsvg-convert rsvg] ,rsvg-convert )
356
357
AC_PATH_PROGS ( [ IMAGEMAGICK_CONVERT] , [ convert] ,convert )
357
358
AC_PATH_PROGS ( [ TIFFCP] , [ tiffcp] ,tiffcp )
358
359
Original file line number Diff line number Diff line change @@ -18,6 +18,10 @@ Dependencies
18
18
19
19
brew install automake berkeley-db4 libtool boost --c++11 miniupnpc openssl pkg-config homebrew/versions/protobuf260 --c++11 qt5 libevent
20
20
21
+ In case you want to build the disk image with ` make deploy ` (.dmg / optional), you need RSVG
22
+
23
+ brew install librsvg
24
+
21
25
NOTE: Building with Qt4 is still supported, however, could result in a broken UI. Building with Qt5 is recommended.
22
26
23
27
Build Bitcoin Core
You can’t perform that action at this time.
0 commit comments