File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -122,6 +122,10 @@ To build with Qt 5 you need the following:
122
122
123
123
sudo apt-get install libqt5gui5 libqt5core5a libqt5dbus5 qttools5-dev qttools5-dev-tools
124
124
125
+ Additionally, to support Wayland protocol for modern desktop environments:
126
+
127
+ sudo apt install qtwayland5
128
+
125
129
libqrencode (optional) can be installed with:
126
130
127
131
sudo apt-get install libqrencode-dev
@@ -181,6 +185,10 @@ To build with Qt 5 you need the following:
181
185
182
186
sudo dnf install qt5-qttools-devel qt5-qtbase-devel
183
187
188
+ Additionally, to support Wayland protocol for modern desktop environments:
189
+
190
+ sudo dnf install qt5-qtwayland
191
+
184
192
libqrencode (optional) can be installed with:
185
193
186
194
sudo dnf install qrencode-devel
You can’t perform that action at this time.
0 commit comments