diff options
| author | Wladimir J. van der Laan <[email protected]> | 2013-12-10 09:03:37 +0100 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2013-12-10 09:03:44 +0100 |
| commit | fb96e28b29487f4fdff81b8852d03da5e3110345 (patch) | |
| tree | 0277fb8021a441bf9ea6032872122423a013d501 | |
| parent | Merge pull request #3368 from laanwj/2013_11_disable_wallet_mining (diff) | |
| parent | Add protobuf-compiler dependency package for debian (diff) | |
| download | discoin-fb96e28b29487f4fdff81b8852d03da5e3110345.tar.xz discoin-fb96e28b29487f4fdff81b8852d03da5e3110345.zip | |
Merge pull request #3378
b9c3416 Add protobuf-compiler dependency package for debian (Wladimir J. van der Laan)
| -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 6cf88edff..b53d69342 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: |