Skip to content

Commit

Permalink
doc : update macOS build note
Browse files Browse the repository at this point in the history
  • Loading branch information
Retropex authored Dec 7, 2023
1 parent aed49ce commit cfe6b1f
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions doc/build-osx.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cfe6b1f

Please sign in to comment.