diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2014-01-16 14:40:32 +0100 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2014-01-16 14:41:13 +0100 |
commit | 57538241712044146e0a79e0e6d02a084aa06c62 (patch) | |
tree | 1022ae9381274eacdabf210ccadf6b0e6bc0a28a | |
parent | 8da2b3316c6540684617a8ecb8edb458894c2009 (diff) | |
parent | 69843c8b4eee99183502622fcf6c125e50b9c5d4 (diff) |
Merge pull request #3542
69843c8 Update build-unix.md (Christopher Latham)
720731d Update configure.ac (Christopher Latham)
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | doc/build-unix.md | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index ba45d84bba..88c20cdce6 100644 --- a/configure.ac +++ b/configure.ac @@ -395,7 +395,7 @@ LIBS="$TEMP_LIBS" fi if test x$boost_sleep != xyes; then - AC_MSG_ERROR(No working boost sleep implementation found) + AC_MSG_ERROR(No working boost sleep implementation found. If on ubuntu 13.10 with libboost1.54-all-dev remove libboost.1.54-all-dev and use libboost1.53-all-dev) fi BITCOIN_QT_INIT diff --git a/doc/build-unix.md b/doc/build-unix.md index b88186a70e..5124205a34 100644 --- a/doc/build-unix.md +++ b/doc/build-unix.md @@ -68,6 +68,9 @@ for Ubuntu 12.04 and later: Ubuntu 12.04 and later have packages for libdb5.1-dev and libdb5.1++-dev, but using these will break binary wallet compatibility, and is not recommended. + +for Ubuntu 13.10: + libboost1.54-all-dev will not work. Remove libboost1.54-all-dev and install libboost1.53-all-dev for other Ubuntu & Debian: |