mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-20 13:37:28 +02:00
Merge 2ed82060b9 into merged_master (Bitcoin PR bitcoin/bitcoin#30551)
This commit is contained in:
commit
e0439fad10
1 changed files with 16 additions and 0 deletions
|
|
@ -66,6 +66,22 @@ Bitcoin Core includes a GUI built with the cross-platform Qt Framework. To compi
|
|||
pkg_add qtbase qttools
|
||||
```
|
||||
|
||||
###### libqrencode
|
||||
|
||||
The GUI can encode addresses in a QR Code. To build in QR support for the GUI, install `libqrencode`. Skip if not using the GUI or don't want QR code functionality.
|
||||
```bash
|
||||
pkg_add libqrencode
|
||||
```
|
||||
---
|
||||
|
||||
#### Notifications
|
||||
###### ZeroMQ
|
||||
|
||||
Bitcoin Core can provide notifications via ZeroMQ. If the package is installed, support will be compiled in.
|
||||
```bash
|
||||
pkg_add zeromq
|
||||
```
|
||||
|
||||
## Building Bitcoin Core
|
||||
|
||||
**Important**: Use `gmake` (the non-GNU `make` will exit with an error).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue