diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2013-12-10 09:03:37 +0100 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2013-12-10 09:03:44 +0100 |
commit | fb96e28b29487f4fdff81b8852d03da5e3110345 (patch) | |
tree | 0277fb8021a441bf9ea6032872122423a013d501 /doc | |
parent | d47bbbd2619910f197967e8a8e54ac5ccdfae338 (diff) | |
parent | b9c3416723b42b35c0de6fa273ecfffe0682b4a7 (diff) |
Merge pull request #3378
b9c3416 Add protobuf-compiler dependency package for debian (Wladimir J. van der Laan)
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 6cf88edffb..b53d693424 100644 --- a/doc/build-unix.md +++ b/doc/build-unix.md @@ -93,7 +93,7 @@ are installed. Qt 4 is currently necessary to build the GUI. To build with Qt 4 you need the following: - apt-get install libqt4-dev libprotobuf-dev + apt-get install libqt4-dev libprotobuf-dev protobuf-compiler libqrencode (optional) can be installed with: |