diff options
| author | Wladimir J. van der Laan <[email protected]> | 2013-11-11 00:50:22 -0800 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2013-11-11 00:50:22 -0800 |
| commit | fb4a31a26c5fbbedf6f67a24f4c6ad3dba70f7f5 (patch) | |
| tree | 675a3f998d4d2b8f7539690753889fd94a4244e5 | |
| parent | Merge pull request #3199 from sipa/mempoolmove (diff) | |
| parent | doc: add note about building on Ubuntu 13.10 (diff) | |
| download | discoin-fb4a31a26c5fbbedf6f67a24f4c6ad3dba70f7f5.tar.xz discoin-fb4a31a26c5fbbedf6f67a24f4c6ad3dba70f7f5.zip | |
Merge pull request #3232 from laanwj/2013_11_ubuntu1310
doc: add note about building on Ubuntu 13.10
| -rw-r--r-- | doc/build-unix.md | 7 |
1 files changed, 6 insertions, 1 deletions
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: |