Skip to content

Commit 5753824

Browse files
committed
Merge pull request #3542
69843c8 Update build-unix.md (Christopher Latham) 720731d Update configure.ac (Christopher Latham)
2 parents 8da2b33 + 69843c8 commit 5753824

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,7 @@ LIBS="$TEMP_LIBS"
395395
fi
396396

397397
if test x$boost_sleep != xyes; then
398-
AC_MSG_ERROR(No working boost sleep implementation found)
398+
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)
399399
fi
400400

401401
BITCOIN_QT_INIT

doc/build-unix.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,9 @@ for Ubuntu 12.04 and later:
6868

6969
Ubuntu 12.04 and later have packages for libdb5.1-dev and libdb5.1++-dev,
7070
but using these will break binary wallet compatibility, and is not recommended.
71+
72+
for Ubuntu 13.10:
73+
libboost1.54-all-dev will not work. Remove libboost1.54-all-dev and install libboost1.53-all-dev
7174

7275
for other Ubuntu & Debian:
7376

0 commit comments

Comments
 (0)