From 347a3a3eaad4096af668b67b2ae236258d63287c Mon Sep 17 00:00:00 2001 From: JL2035 Date: Wed, 1 Oct 2014 01:53:46 +0200 Subject: [PATCH] Update build-unix.md Debian also need libboost-all-dev installed. --- doc/build-unix.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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