aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authormerge-script <fanquake@gmail.com>2024-04-24 21:00:29 +0800
committermerge-script <fanquake@gmail.com>2024-04-24 21:00:29 +0800
commit631a2b5b3f2a9db6007c5c3e74e576d34e581d54 (patch)
treea2f46e6db128128c46fa7c3f94355841cb451f70 /doc
parent9e0e51b1d9f9c9bf95bc2c56f29ae32fa479c3b3 (diff)
parent970cbc3172b73e1faf6bdb429400d3497cbb9d33 (diff)
downloadbitcoin-631a2b5b3f2a9db6007c5c3e74e576d34e581d54.tar.xz
Merge bitcoin/bitcoin#29947: doc: Suggest only necessary Qt packages for installation on OpenBSD
970cbc3172b73e1faf6bdb429400d3497cbb9d33 doc: Suggest only necessary Qt packages for installation on OpenBSD (Hennadii Stepanov) Pull request description: The currently suggested `qt5` installs many unneeded dependencies, for example, `qtsensors`, `qtspeech` etc. Similar to https://github.com/bitcoin/bitcoin/pull/29932. ACKs for top commit: theStack: re-ACK 970cbc3172b73e1faf6bdb429400d3497cbb9d33 Tree-SHA512: c680a4f88c27cae145822f30d9856fe76b856c6b11babe652c7171f4322dbe7af8725cccf8b45295067690ed98aa3f6329a8b65a59f31348854638ac375372d1
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