diff --git a/doc/build-unix.md b/doc/build-unix.md index a68e574102..39c43e624d 100644 --- a/doc/build-unix.md +++ b/doc/build-unix.md @@ -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