File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -395,7 +395,7 @@ LIBS="$TEMP_LIBS"
395
395
fi
396
396
397
397
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 )
399
399
fi
400
400
401
401
BITCOIN_QT_INIT
Original file line number Diff line number Diff line change @@ -68,6 +68,9 @@ for Ubuntu 12.04 and later:
68
68
69
69
Ubuntu 12.04 and later have packages for libdb5.1-dev and libdb5.1++-dev,
70
70
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
71
74
72
75
for other Ubuntu & Debian:
73
76
You can’t perform that action at this time.
0 commit comments