Skip to content

Commit 631a2b5

Browse files
committed
Merge bitcoin#29947: doc: Suggest only necessary Qt packages for installation on OpenBSD
970cbc3 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 bitcoin#29932. ACKs for top commit: theStack: re-ACK 970cbc3 Tree-SHA512: c680a4f88c27cae145822f30d9856fe76b856c6b11babe652c7171f4322dbe7af8725cccf8b45295067690ed98aa3f6329a8b65a59f31348854638ac375372d1
2 parents 9e0e51b + 970cbc3 commit 631a2b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/build-openbsd.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# OpenBSD Build Guide
22

3-
**Updated for OpenBSD [7.4](https://www.openbsd.org/74.html)**
3+
**Updated for OpenBSD [7.5](https://www.openbsd.org/75.html)**
44

55
This guide describes how to build bitcoind, command-line utilities, and GUI on OpenBSD.
66

@@ -63,7 +63,7 @@ export BDB_PREFIX="/path/to/bitcoin/depends/x86_64-unknown-openbsd"
6363
Bitcoin Core includes a GUI built with the cross-platform Qt Framework. To compile the GUI, Qt 5 is required.
6464

6565
```bash
66-
pkg_add qt5
66+
pkg_add qtbase qttools
6767
```
6868

6969
## Building Bitcoin Core

0 commit comments

Comments
 (0)