We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7129f8 commit 970cbc3Copy full SHA for 970cbc3
doc/build-openbsd.md
@@ -1,6 +1,6 @@
1
# OpenBSD Build Guide
2
3
-**Updated for OpenBSD [7.4](https://www.openbsd.org/74.html)**
+**Updated for OpenBSD [7.5](https://www.openbsd.org/75.html)**
4
5
This guide describes how to build bitcoind, command-line utilities, and GUI on OpenBSD.
6
@@ -63,7 +63,7 @@ export BDB_PREFIX="/path/to/bitcoin/depends/x86_64-unknown-openbsd"
63
Bitcoin Core includes a GUI built with the cross-platform Qt Framework. To compile the GUI, Qt 5 is required.
64
65
```bash
66
-pkg_add qt5
+pkg_add qtbase qttools
67
```
68
69
## Building Bitcoin Core
0 commit comments