Browse Source

Merge pull request #3542

69843c8 Update build-unix.md (Christopher Latham)
720731d Update configure.ac (Christopher Latham)
0.10
Wladimir J. van der Laan 11 years ago
parent
commit
5753824171
No known key found for this signature in database
GPG Key ID: 74810B012346C9A6
  1. 2
      configure.ac
  2. 3
      doc/build-unix.md

2
configure.ac

@ -395,7 +395,7 @@ LIBS="$TEMP_LIBS" @@ -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

3
doc/build-unix.md

@ -68,6 +68,9 @@ for Ubuntu 12.04 and later: @@ -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:

Loading…
Cancel
Save