aboutsummaryrefslogtreecommitdiff
path: root/doc/build-unix.md
diff options
context:
space:
mode:
authorHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2021-08-05 11:28:53 +0300
committerHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2021-08-05 11:49:16 +0300
commit5559cf1460c98eb6998d99784f27de85f95f14d0 (patch)
tree343f33f5d91e05d1b23de82038a789a43cd9dcf3 /doc/build-unix.md
parentc4b42aa4ffa1596742135acaa805343675acd7ab (diff)
downloadbitcoin-5559cf1460c98eb6998d99784f27de85f95f14d0.tar.xz
doc: Add packages that provide Qt Wayland plugin for Linux
Diffstat (limited to 'doc/build-unix.md')
-rw-r--r--doc/build-unix.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/build-unix.md b/doc/build-unix.md
index 4a56114109..44b6ad5968 100644
--- a/doc/build-unix.md
+++ b/doc/build-unix.md
@@ -122,6 +122,10 @@ To build with Qt 5 you need the following:
sudo apt-get install libqt5gui5 libqt5core5a libqt5dbus5 qttools5-dev qttools5-dev-tools
+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
@@ -181,6 +185,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