aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2024-04-23 23:56:18 +0100
committerHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2024-04-24 09:17:48 +0100
commit970cbc3172b73e1faf6bdb429400d3497cbb9d33 (patch)
tree559f60a803822fe4fd2e1b9342b23b453bbcaaaf /doc
parenta7129f827c9de1330dea1fec739ca210e6bda3cb (diff)
downloadbitcoin-970cbc3172b73e1faf6bdb429400d3497cbb9d33.tar.xz
doc: Suggest only necessary Qt packages for installation on OpenBSD
The currently suggested `qt5` installs many unneeded dependencies, for example, `qtsensors`, `qtspeech` etc.
Diffstat (limited to 'doc')
-rw-r--r--doc/build-openbsd.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/build-openbsd.md b/doc/build-openbsd.md
index 7ed83853a8..264d5f2d08 100644
--- a/doc/build-openbsd.md
+++ b/doc/build-openbsd.md
@@ -1,6 +1,6 @@
# OpenBSD Build Guide
-**Updated for OpenBSD [7.4](https://www.openbsd.org/74.html)**
+**Updated for OpenBSD [7.5](https://www.openbsd.org/75.html)**
This guide describes how to build bitcoind, command-line utilities, and GUI on OpenBSD.
@@ -63,7 +63,7 @@ export BDB_PREFIX="/path/to/bitcoin/depends/x86_64-unknown-openbsd"
Bitcoin Core includes a GUI built with the cross-platform Qt Framework. To compile the GUI, Qt 5 is required.
```bash
-pkg_add qt5
+pkg_add qtbase qttools
```
## Building Bitcoin Core