diff options
| author | Wladimir J. van der Laan <[email protected]> | 2013-10-15 16:02:10 +0200 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2013-10-15 16:02:10 +0200 |
| commit | 62568f9a1e98065bd51069649f23a337eab89f94 (patch) | |
| tree | 9a1e904d8791072cf632e9014d158e91c50e1038 | |
| parent | doc: remove readme-qt.md (diff) | |
| download | discoin-62568f9a1e98065bd51069649f23a337eab89f94.tar.xz discoin-62568f9a1e98065bd51069649f23a337eab89f94.zip | |
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.
| -rw-r--r-- | doc/build-unix.md | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/doc/build-unix.md b/doc/build-unix.md index 4da7d846e..422b46cc3 100644 --- a/doc/build-unix.md +++ b/doc/build-unix.md @@ -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 -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: 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: apt-get install libqrencode-dev |