mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-06-03 17:54:19 +02:00
Merge bitcoin/bitcoin#32717: doc: Update Qt 6 packages on FreeBSD
1df96f5931doc: 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: ACK1df96f5931Tree-SHA512: 3ba44c9cd948f193648e49461b787ae1e443c55900e274e026d2a1c7490935348d733d76a01701157423d7acea17439f8900907e65017a802c040af1f1e219d2
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
# FreeBSD Build Guide
|
# FreeBSD Build Guide
|
||||||
|
|
||||||
**Updated for FreeBSD [14.0](https://www.freebsd.org/releases/14.0R/announce/)**
|
**Updated for FreeBSD [14.3](https://www.freebsd.org/releases/14.3R/announce/)**
|
||||||
|
|
||||||
This guide describes how to build bitcoind, command-line utilities, and GUI on FreeBSD.
|
This guide describes how to build bitcoind, command-line utilities, and GUI on FreeBSD.
|
||||||
|
|
||||||
@@ -41,7 +41,7 @@ Bitcoin Core includes a GUI built with the cross-platform Qt Framework. To compi
|
|||||||
the necessary parts of Qt, the libqrencode and pass `-DBUILD_GUI=ON`. Skip if you don't intend to use the GUI.
|
the necessary parts of Qt, the libqrencode and pass `-DBUILD_GUI=ON`. Skip if you don't intend to use the GUI.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
pkg install qt6-buildtools qt6-core qt6-gui qt6-linguisttools qt6-testlib qt6-widgets
|
pkg install qt6-base qt6-tools
|
||||||
```
|
```
|
||||||
|
|
||||||
###### libqrencode
|
###### libqrencode
|
||||||
|
|||||||
Reference in New Issue
Block a user