aboutsummaryrefslogtreecommitdiff
path: root/doc/build-unix.md
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-08-18 12:57:52 +0200
commitbd45b1abd31ff75461407c7fe904b9e924dc576a (patch)
tree61a097e554cb295c25205d19b38f097ebcf0fc01 /doc/build-unix.md
parent21e7a5690f77eb2ac04befe07008367cdf142905 (diff)
downloadbitcoin-bd45b1abd31ff75461407c7fe904b9e924dc576a.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.
Diffstat (limited to 'doc/build-unix.md')
-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 0f381d56c5..56054456a3 100644
--- a/doc/build-unix.md
+++ b/doc/build-unix.md
@@ -76,10 +76,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,