You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/build-openbsd.md
+16Lines changed: 16 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -66,6 +66,22 @@ Bitcoin Core includes a GUI built with the cross-platform Qt Framework. To compi
66
66
pkg_add qtbase qttools
67
67
```
68
68
69
+
###### libqrencode
70
+
71
+
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.
72
+
```bash
73
+
pkg_add libqrencode
74
+
```
75
+
---
76
+
77
+
#### Notifications
78
+
###### ZeroMQ
79
+
80
+
Bitcoin Core can provide notifications via ZeroMQ. If the package is installed, support will be compiled in.
81
+
```bash
82
+
pkg_add zeromq
83
+
```
84
+
69
85
## Building Bitcoin Core
70
86
71
87
**Important**: Use `gmake` (the non-GNU `make` will exit with an error).
0 commit comments