aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2014-08-18 12:57:08 +0200
committerWladimir J. van der Laan <laanwj@gmail.com>2014-09-11 11:15:02 +0200
commit0655d64c2276ec4736a2cbf2a6d4cd650d40e7a8 (patch)
tree14e82f196de46b847604f40832dc4757b2f44b14
parent6eb5410d8f746da03a50eb964795c16cce916eb7 (diff)
downloadbitcoin-0655d64c2276ec4736a2cbf2a6d4cd650d40e7a8.tar.xz
doc: Remove outdated information about boost versions
Bitcoin core should work with any remotely recent boost version if a proper build environment is present. Remove a confusing comment from the build documentation. Rebased-From: bd45b1a
-rw-r--r--doc/build-unix.md4
1 files changed, 0 insertions, 4 deletions
diff --git a/doc/build-unix.md b/doc/build-unix.md
index ab5fbad521..46dc585058 100644
--- a/doc/build-unix.md
+++ b/doc/build-unix.md
@@ -68,10 +68,6 @@ 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 will not work,
- remove libboost1.54-all-dev and install libboost1.53-all-dev instead.
-
for Debian 7 (Wheezy) and later:
The oldstable repository contains db4.8 packages.
Add the following line to /etc/apt/sources.list,