diff options
| author | Wladimir J. van der Laan <[email protected]> | 2014-10-01 08:55:47 +0200 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2014-10-01 08:56:53 +0200 |
| commit | 211d2939fd41c81fb67603060f94e5a2d6382f6b (patch) | |
| tree | 7d5fe0026699639234cdf7fca8adfc42126a5187 /doc | |
| parent | Merge pull request #5014 (diff) | |
| parent | Update build-unix.md (diff) | |
| download | discoin-211d2939fd41c81fb67603060f94e5a2d6382f6b.tar.xz discoin-211d2939fd41c81fb67603060f94e5a2d6382f6b.zip | |
Merge pull request #5018
347a3a3 Update build-unix.md (JL2035)
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 8a76a8b2c..0c3376df4 100644 --- a/doc/build-unix.md +++ b/doc/build-unix.md @@ -63,7 +63,7 @@ Build requirements: sudo apt-get install build-essential libtool autotools-dev autoconf pkg-config libssl-dev -for Ubuntu 12.04 and later: +for Ubuntu 12.04 and later or Debian 7 and later libboost-all-dev has to be installed: sudo apt-get install libboost-all-dev |