doc: build with qt5 is currently not possible
Add as a separate commit so that it can be easily reverted once Qt5 is supported again.
This commit is contained in:
parent
29a4146327
commit
62568f9a1e
1 changed files with 1 additions and 5 deletions
|
@ -85,16 +85,12 @@ Dependencies for the GUI: Ubuntu & Debian
|
||||||
-----------------------------------------
|
-----------------------------------------
|
||||||
|
|
||||||
If you want to build Bitcoin-Qt, make sure that the required packages for Qt development
|
If you want to build Bitcoin-Qt, make sure that the required packages for Qt development
|
||||||
are installed. Either Qt 4 or Qt 5 is necessary to build the GUI.
|
are installed. Qt 4 is currently necessary to build the GUI.
|
||||||
|
|
||||||
To build with Qt 4 you need the following:
|
To build with Qt 4 you need the following:
|
||||||
|
|
||||||
apt-get install libqt4-dev libprotobuf-dev
|
apt-get install libqt4-dev libprotobuf-dev
|
||||||
|
|
||||||
For Qt 5 you need the following:
|
|
||||||
|
|
||||||
apt-get install libqt5gui5 libqt5core5 libqt5dbus5 qttools5-dev-tools libprotobuf-dev
|
|
||||||
|
|
||||||
libqrencode (optional) can be installed with:
|
libqrencode (optional) can be installed with:
|
||||||
|
|
||||||
apt-get install libqrencode-dev
|
apt-get install libqrencode-dev
|
||||||
|
|
Loading…
Add table
Reference in a new issue