We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 19765dc + 1df96f5 commit d91c718Copy full SHA for d91c718
doc/build-freebsd.md
@@ -1,6 +1,6 @@
1
# FreeBSD Build Guide
2
3
-**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/)**
4
5
This guide describes how to build bitcoind, command-line utilities, and GUI on FreeBSD.
6
@@ -41,7 +41,7 @@ Bitcoin Core includes a GUI built with the cross-platform Qt Framework. To compi
41
the necessary parts of Qt, the libqrencode and pass `-DBUILD_GUI=ON`. Skip if you don't intend to use the GUI.
42
43
```bash
44
-pkg install qt6-buildtools qt6-core qt6-gui qt6-linguisttools qt6-testlib qt6-widgets
+pkg install qt6-base qt6-tools
45
```
46
47
###### libqrencode
0 commit comments