Skip to content

Commit 970cbc3

Browse files
committed
doc: Suggest only necessary Qt packages for installation on OpenBSD
The currently suggested `qt5` installs many unneeded dependencies, for example, `qtsensors`, `qtspeech` etc.
1 parent a7129f8 commit 970cbc3

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)