Skip to content

Commit 4f1d6e7

Browse files
Merge bitcoin#29764: doc: Suggest installing dev packages for debian/ubuntu qt5 build
Co-authored-by: fanquake <fanquake@gmail.com>
1 parent 6a5e1c2 commit 4f1d6e7

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
@@ -107,7 +107,7 @@ To build without GUI pass `--without-gui`.
107107
To build with Qt 5 you need the following:
108108

109109
```sh
110-
sudo apt-get install libqt5gui5 libqt5core5a libqt5dbus5 qttools5-dev qttools5-dev-tools
110+
sudo apt-get install qtbase5-dev qttools5-dev qttools5-dev-tools
111111
```
112112

113113
Additionally, to support Wayland protocol for modern desktop environments:

0 commit comments

Comments
 (0)