From 1df96f59316cb4c895898ff614b7d2aee1432ea3 Mon Sep 17 00:00:00 2001 From: Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> Date: Tue, 10 Jun 2025 17:48:23 +0100 Subject: [PATCH] doc: Update Qt 6 packages on FreeBSD --- doc/build-freebsd.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/build-freebsd.md b/doc/build-freebsd.md index ba3b5cd595d..52dc94547ee 100644 --- a/doc/build-freebsd.md +++ b/doc/build-freebsd.md @@ -1,6 +1,6 @@ # 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. @@ -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. ```bash -pkg install qt6-buildtools qt6-core qt6-gui qt6-linguisttools qt6-testlib qt6-widgets +pkg install qt6-base qt6-tools ``` ###### libqrencode