mirror of
https://github.com/Retropex/bitcoin.git
synced 2025-05-15 04:30:42 +02:00
doc : update macOS build note
This commit is contained in:
parent
aed49ce898
commit
cfe6b1f236
@ -107,6 +107,31 @@ Skip if not using the GUI or don't want QR code functionality.
|
|||||||
``` bash
|
``` bash
|
||||||
brew install qrencode
|
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
|
#### Port Mapping Dependencies
|
||||||
|
Loading…
Reference in New Issue
Block a user