diff options
author | JL2035 <jl2035@users.noreply.github.com> | 2014-10-01 01:53:46 +0200 |
---|---|---|
committer | JL2035 <jl2035@users.noreply.github.com> | 2014-10-01 01:53:46 +0200 |
commit | 347a3a3eaad4096af668b67b2ae236258d63287c (patch) | |
tree | 84b7aa1954a929985d431fc707ac48b45c00848e /doc | |
parent | a329097f925ef20a724fa7e5241b0e9d75d42bb9 (diff) |
Update build-unix.md
Debian also need libboost-all-dev installed.
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 8a76a8b2cd..0c3376df4b 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 |