From cfe6b1f23691f4cba22745a182fdea6e152255dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9o=20Haf?= Date: Thu, 7 Dec 2023 23:13:56 +0100 Subject: [PATCH] doc : update macOS build note --- doc/build-osx.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/doc/build-osx.md b/doc/build-osx.md index f11ed97e098ae..3fd33e1b1c62b 100644 --- a/doc/build-osx.md +++ b/doc/build-osx.md @@ -107,6 +107,31 @@ Skip if not using the GUI or don't want QR code functionality. ``` bash brew install qrencode ``` + +###### ImageMagick + +Software used to manipulate images within Bitcoin Knots. + +``` bash +brew install imagemagick +``` + +###### png2icns + +Module used to convert .png files to .icns. + +``` bash +brew install npm +npm install png2icns -g +``` + +###### librsvg + +Library used for rendering .svg files. + +``` bash +brew install librsvg +``` --- #### Port Mapping Dependencies