Skip to content

Commit

Permalink
doc: add note about building on Ubuntu 13.10
Browse files Browse the repository at this point in the history
Also mention `autoconf` as required package.
  • Loading branch information
laanwj committed Nov 11, 2013
1 parent 7d7df38 commit 7a6fed8
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion doc/build-unix.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
---------------------

Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 7a6fed8

Please sign in to comment.