diff options
| author | LongShao007 <[email protected]> | 2014-12-03 19:48:17 +0800 |
|---|---|---|
| committer | LongShao007 <[email protected]> | 2014-12-03 19:48:17 +0800 |
| commit | be7b0bff5a04d055bfad38ff49e0dbdabc29b5db (patch) | |
| tree | cfc022ee14bed86e6163a2155bb2c9432889a31e | |
| parent | Merge pull request #5407 (diff) | |
| download | discoin-be7b0bff5a04d055bfad38ff49e0dbdabc29b5db.tar.xz discoin-be7b0bff5a04d055bfad38ff49e0dbdabc29b5db.zip | |
Package libqt5core5 replaced with libqt5core5a
libqt5core5 installs failed.
Package libqt5core5 has replaced with libqt5core5a in ubuntu and debian.
The website is:
http://packages.ubuntu.com/trusty/libqt5core5a
https://packages.debian.org/sid/libqt5core5a
| -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 e03dc8181..9bb1a53ab 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: |