doc: Amend Qt 6 dependency packages for Ubuntu

On older systems, such as Ubuntu 22.04, `qt6-tools-dev-tools` and
`libgl-dev` are not treated as dependencies of `qt6-tools-dev` and
`qt6-base-dev`, respectively. This change explicitly lists them in the
installation documentation.
This commit is contained in:
Hennadii Stepanov 2025-04-03 10:11:26 +01:00
parent df82a24508
commit 2e751f559a
No known key found for this signature in database
GPG key ID: 410108112E7EA81F

View file

@ -73,7 +73,7 @@ GUI dependencies:
Bitcoin Core includes a GUI built with the cross-platform Qt Framework. To compile the GUI, we need to install
the necessary parts of Qt, the libqrencode and pass `-DBUILD_GUI=ON`. Skip if you don't intend to use the GUI.
sudo apt-get install qt6-base-dev qt6-tools-dev qt6-l10n-tools
sudo apt-get install qt6-base-dev qt6-tools-dev qt6-l10n-tools qt6-tools-dev-tools libgl-dev
For Qt 6.5 and later, the `libxcb-cursor0` package must be installed at runtime.