diff options
| author | JL2035 <[email protected]> | 2014-10-01 01:53:46 +0200 |
|---|---|---|
| committer | JL2035 <[email protected]> | 2014-10-01 01:53:46 +0200 |
| commit | 347a3a3eaad4096af668b67b2ae236258d63287c (patch) | |
| tree | 84b7aa1954a929985d431fc707ac48b45c00848e | |
| parent | Merge pull request #4990 (diff) | |
| download | discoin-347a3a3eaad4096af668b67b2ae236258d63287c.tar.xz discoin-347a3a3eaad4096af668b67b2ae236258d63287c.zip | |
Update build-unix.md
Debian also need libboost-all-dev installed.
| -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 |