doc : update macOS build note

This commit is contained in:
Léo Haf 2023-12-07 23:13:56 +01:00 committed by GitHub
parent aed49ce898
commit cfe6b1f236
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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