Merge 77e77e8544 into merged_master (Bitcoin PR bitcoin/bitcoin#22631)

This commit is contained in:
Byron Hambly 2023-04-13 11:42:02 +00:00
commit 83afe9c298

View file

@ -124,6 +124,10 @@ To build with Qt 5 you need the following:
The last two dependencies are required to generate Elements images that don't exist in Bitcoin Core.
Additionally, to support Wayland protocol for modern desktop environments:
sudo apt install qtwayland5
libqrencode (optional) can be installed with:
sudo apt-get install libqrencode-dev
@ -183,6 +187,10 @@ To build with Qt 5 you need the following:
sudo dnf install qt5-qttools-devel qt5-qtbase-devel
Additionally, to support Wayland protocol for modern desktop environments:
sudo dnf install qt5-qtwayland
libqrencode (optional) can be installed with:
sudo dnf install qrencode-devel