diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2014-12-04 16:25:12 +0100 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2014-12-04 16:25:16 +0100 |
commit | 4d2ecc4f943fd70892ffd49c3059c62a0e1feb72 (patch) | |
tree | 046b84a9cca9adb76301f5189b0be04d05712517 | |
parent | a0417b8cc840ff6f49b4fb1f8ceef54f8e3d0df1 (diff) | |
parent | be7b0bff5a04d055bfad38ff49e0dbdabc29b5db (diff) |
Merge pull request #5417
be7b0bf Package libqt5core5 replaced with libqt5core5a (LongShao007)
-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 e03dc8181a..9bb1a53aba 100644 --- a/doc/build-unix.md +++ b/doc/build-unix.md @@ -106,7 +106,7 @@ To build with Qt 4 you need the following: For Qt 5 you need the following: - sudo apt-get install libqt5gui5 libqt5core5 libqt5dbus5 qttools5-dev qttools5-dev-tools libprotobuf-dev protobuf-compiler + sudo apt-get install libqt5gui5 libqt5core5a libqt5dbus5 qttools5-dev qttools5-dev-tools libprotobuf-dev protobuf-compiler libqrencode (optional) can be installed with: |