File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -87,12 +87,18 @@ Dependencies for the GUI: Ubuntu & Debian
87
87
-----------------------------------------
88
88
89
89
If you want to build Bitcoin-Qt, make sure that the required packages for Qt development
90
- are installed. Qt 4 is currently necessary to build the GUI.
90
+ are installed. Either Qt 4 or Qt 5 are necessary to build the GUI.
91
+ If both Qt 4 and Qt 5 are installed, Qt 4 will be used. Pass ` --with-gui=qt5 ` to configure to choose Qt5.
92
+ To build without GUI pass ` --without-gui ` .
91
93
92
94
To build with Qt 4 you need the following:
93
95
94
96
apt-get install libqt4-dev libprotobuf-dev protobuf-compiler
95
97
98
+ For Qt 5 you need the following:
99
+
100
+ apt-get install libqt5gui5 libqt5core5 libqt5dbus5 qttools5-dev-tools libprotobuf-dev
101
+
96
102
libqrencode (optional) can be installed with:
97
103
98
104
apt-get install libqrencode-dev
You can’t perform that action at this time.
0 commit comments