Skip to content

Commit d91c718

Browse files
committed
Merge bitcoin/bitcoin#32717: doc: Update Qt 6 packages on FreeBSD
1df96f5 doc: Update Qt 6 packages on FreeBSD (Hennadii Stepanov) Pull request description: See: - https://cgit.freebsd.org/ports/tree/devel/qt6-base - https://cgit.freebsd.org/ports/tree/devel/qt6-translations ACKs for top commit: vasild: ACK 1df96f5 Tree-SHA512: 3ba44c9cd948f193648e49461b787ae1e443c55900e274e026d2a1c7490935348d733d76a01701157423d7acea17439f8900907e65017a802c040af1f1e219d2
2 parents 19765dc + 1df96f5 commit d91c718

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/build-freebsd.md

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

3-
**Updated for FreeBSD [14.0](https://www.freebsd.org/releases/14.0R/announce/)**
3+
**Updated for FreeBSD [14.3](https://www.freebsd.org/releases/14.3R/announce/)**
44

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

@@ -41,7 +41,7 @@ Bitcoin Core includes a GUI built with the cross-platform Qt Framework. To compi
4141
the necessary parts of Qt, the libqrencode and pass `-DBUILD_GUI=ON`. Skip if you don't intend to use the GUI.
4242

4343
```bash
44-
pkg install qt6-buildtools qt6-core qt6-gui qt6-linguisttools qt6-testlib qt6-widgets
44+
pkg install qt6-base qt6-tools
4545
```
4646

4747
###### libqrencode

0 commit comments

Comments
 (0)