aboutsummaryrefslogtreecommitdiff
path: root/doc/build-unix.md
diff options
context:
space:
mode:
authorJL2035 <jl2035@users.noreply.github.com>2014-10-01 01:53:46 +0200
committerJL2035 <jl2035@users.noreply.github.com>2014-10-01 01:53:46 +0200
commit347a3a3eaad4096af668b67b2ae236258d63287c (patch)
tree84b7aa1954a929985d431fc707ac48b45c00848e /doc/build-unix.md
parenta329097f925ef20a724fa7e5241b0e9d75d42bb9 (diff)
downloadbitcoin-347a3a3eaad4096af668b67b2ae236258d63287c.tar.xz
Update build-unix.md
Debian also need libboost-all-dev installed.
Diffstat (limited to 'doc/build-unix.md')
-rw-r--r--doc/build-unix.md2
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