mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-14 12:43:40 +02:00
Merge bitcoin/bitcoin#29947: doc: Suggest only necessary Qt packages for installation on OpenBSD
970cbc3172doc: 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-ACK970cbc3172Tree-SHA512: c680a4f88c27cae145822f30d9856fe76b856c6b11babe652c7171f4322dbe7af8725cccf8b45295067690ed98aa3f6329a8b65a59f31348854638ac375372d1
This commit is contained in:
commit
631a2b5b3f
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue