Browse Source

Merge pull request #3564

54d2b91 doc: Build with qt5 is possible again (Wladimir J. van der Laan)
0.10
Wladimir J. van der Laan 11 years ago
parent
commit
250b4bcf6b
No known key found for this signature in database
GPG Key ID: 74810B012346C9A6
  1. 8
      doc/build-unix.md

8
doc/build-unix.md

@ -87,12 +87,18 @@ Dependencies for the GUI: Ubuntu & Debian @@ -87,12 +87,18 @@ Dependencies for the GUI: Ubuntu & Debian
-----------------------------------------
If you want to build Bitcoin-Qt, make sure that the required packages for Qt development
are installed. Qt 4 is currently necessary to build the GUI.
are installed. Either Qt 4 or Qt 5 are necessary to build the GUI.
If both Qt 4 and Qt 5 are installed, Qt 4 will be used. Pass `--with-gui=qt5` to configure to choose Qt5.
To build without GUI pass `--without-gui`.
To build with Qt 4 you need the following:
apt-get install libqt4-dev libprotobuf-dev protobuf-compiler
For Qt 5 you need the following:
apt-get install libqt5gui5 libqt5core5 libqt5dbus5 qttools5-dev-tools libprotobuf-dev
libqrencode (optional) can be installed with:
apt-get install libqrencode-dev

Loading…
Cancel
Save