Skip to content

Commit a3c6a13

Browse files
committed
doc: Suggest installing dev packages for debian/ubuntu qt5 build
Pretty much all library packages were renamed in the 64-bit time_t migration to add `t64` (even on 64-bit platforms). Instead of complicating the doc with conditional package names, suggest installing the `-dev` packages which still have the same name, and besides that, are the right way to go about it as they contain the "user facing" C++ headers needed to build against Qt5. For Fedora, devel packages are already suggested. This affects Ubuntu 24.04 and Debian Testing.
1 parent d1e9a02 commit a3c6a13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/build-unix.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ To build without GUI pass `--without-gui`.
8181

8282
To build with Qt 5 you need the following:
8383

84-
sudo apt-get install libqt5gui5 libqt5core5a libqt5dbus5 qttools5-dev qttools5-dev-tools
84+
sudo apt-get install qtbase5-dev qttools5-dev qttools5-dev-tools
8585

8686
Additionally, to support Wayland protocol for modern desktop environments:
8787

0 commit comments

Comments
 (0)