From 7a6fed86d301b78c8357250bd437200df828fefa Mon Sep 17 00:00:00 2001 From: "Wladimir J. van der Laan" Date: Mon, 11 Nov 2013 09:10:16 +0100 Subject: [PATCH] doc: add note about building on Ubuntu 13.10 Also mention `autoconf` as required package. --- doc/build-unix.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/doc/build-unix.md b/doc/build-unix.md index 59a036f4a..27228cdc1 100644 --- a/doc/build-unix.md +++ b/doc/build-unix.md @@ -11,6 +11,11 @@ To Build This will build bitcoin-qt as well if the dependencies are met. +**Note:** on Ubuntu 13.10 (Saucy Salamander) the boost configuration script doesn't look in the +correct directory and an error about boost-system will appear. For now you need to do + + ./configure --with-boost-libdir=/usr/lib/x86_64-linux-gnu + Dependencies --------------------- @@ -57,7 +62,7 @@ Dependency Build Instructions: Ubuntu & Debian Build requirements: sudo apt-get install build-essential - sudo apt-get install libtool autotools-dev + sudo apt-get install libtool autotools-dev autoconf sudo apt-get install libssl-dev for Ubuntu 12.04 and later: