mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-17 13:07:54 +02:00
Merge 77e77e8544 into merged_master (Bitcoin PR bitcoin/bitcoin#22631)
This commit is contained in:
commit
83afe9c298
1 changed files with 8 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue