diff options
| author | Wladimir J. van der Laan <[email protected]> | 2014-03-01 08:46:27 +0100 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2014-03-01 08:48:59 +0100 |
| commit | 280aa2abc60f452aaff217ba7925aa82cfbc2fa0 (patch) | |
| tree | dc7d98fd1f5dd6431d30fe21fc4432c9c17bcf03 | |
| parent | Merge pull request #3744 from petertodd/document-isvalid-is-consensus-critical (diff) | |
| parent | qttools5-dev is required in order to build with qt5 on debian and ubuntu (diff) | |
| download | discoin-280aa2abc60f452aaff217ba7925aa82cfbc2fa0.tar.xz discoin-280aa2abc60f452aaff217ba7925aa82cfbc2fa0.zip | |
Merge pull request #3769
d6b3689 qttools5-dev is required in order to build with qt5 on debian and ubuntu (Haakon Nilsen)
| -rw-r--r-- | doc/build-unix.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/build-unix.md b/doc/build-unix.md index 7a8f9eca2..c11c0138a 100644 --- a/doc/build-unix.md +++ b/doc/build-unix.md @@ -112,7 +112,7 @@ To build with Qt 4 you need the following: For Qt 5 you need the following: - apt-get install libqt5gui5 libqt5core5 libqt5dbus5 qttools5-dev-tools libprotobuf-dev + apt-get install libqt5gui5 libqt5core5 libqt5dbus5 qttools5-dev qttools5-dev-tools libprotobuf-dev libqrencode (optional) can be installed with: |