diff options
author | elichai <elichai.turkel@gmail.com> | 2014-08-20 23:07:40 +0300 |
---|---|---|
committer | Elichai Turkel <elichai.turkel@gmail.com> | 2014-08-20 23:30:45 +0300 |
commit | de1f05143f57e0aa0428b7c9c6a6ac515c3e0233 (patch) | |
tree | 5d135ff271a5f9db53664033d24598ff97a49332 /doc | |
parent | 31853a1517c4ccf15a784380411f9d5de20d3ec1 (diff) |
Added protobuf-compiler library to the Qt 5 Dependencies
Diffstat (limited to 'doc')
-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 d08c327ff9..d5ddc90d40 100644 --- a/doc/build-unix.md +++ b/doc/build-unix.md @@ -111,7 +111,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: |