diff options
| author | Wladimir J. van der Laan <[email protected]> | 2014-08-21 05:20:39 +0200 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2014-08-21 05:20:46 +0200 |
| commit | 27bc786641323f9ddb54a071c1234ec5f3293df6 (patch) | |
| tree | ff407f901c7a7795b038dfd33caf62a3ff61acd1 | |
| parent | Merge pull request #4744 (diff) | |
| parent | Added protobuf-compiler library to the Qt 5 Dependencies (diff) | |
| download | discoin-27bc786641323f9ddb54a071c1234ec5f3293df6.tar.xz discoin-27bc786641323f9ddb54a071c1234ec5f3293df6.zip | |
Merge pull request #4739
de1f051 Added protobuf-compiler library to the Qt 5 Dependencies (elichai)
| -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 56054456a..8a76a8b2c 100644 --- a/doc/build-unix.md +++ b/doc/build-unix.md @@ -109,7 +109,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 + sudo apt-get install libqt5gui5 libqt5core5 libqt5dbus5 qttools5-dev qttools5-dev-tools libprotobuf-dev protobuf-compiler libqrencode (optional) can be installed with: |