aboutsummaryrefslogtreecommitdiff
path: root/doc/build-unix.md
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2015-07-15 09:21:07 +0200
committerWladimir J. van der Laan <laanwj@gmail.com>2015-07-15 09:21:08 +0200
commit849137560acf0ab2cc17f027428c76bbd36a7505 (patch)
tree4378e30d499181e3454ee4ea5afc6d72a4bf831a /doc/build-unix.md
parent11edb0de5b2b14ef2108bae41e1eae4ad51a3efe (diff)
parent9fbca205d4eaaf82be718b69c6533078aeb3081c (diff)
downloadbitcoin-849137560acf0ab2cc17f027428c76bbd36a7505.tar.xz
Merge pull request #6413
9fbca20 doc: Remove recommendation to add old repos for libd4.8* (tailsjoin)
Diffstat (limited to 'doc/build-unix.md')
-rw-r--r--doc/build-unix.md15
1 files changed, 2 insertions, 13 deletions
diff --git a/doc/build-unix.md b/doc/build-unix.md
index f70bf7f1fe..92aed7725e 100644
--- a/doc/build-unix.md
+++ b/doc/build-unix.md
@@ -59,7 +59,7 @@ Build requirements:
sudo apt-get install build-essential libtool autotools-dev autoconf pkg-config libssl-dev
-for Ubuntu 12.04 and later or Debian 7 and later libboost-all-dev has to be installed:
+For Ubuntu 12.04 and later or Debian 7 and later libboost-all-dev has to be installed:
sudo apt-get install libboost-all-dev
@@ -72,18 +72,7 @@ for Ubuntu 12.04 and later or Debian 7 and later libboost-all-dev has to be inst
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 Debian 7 (Wheezy) and later:
- The oldstable repository contains db4.8 packages.
- Add the following line to /etc/apt/sources.list,
- replacing [mirror] with any official debian mirror.
-
- deb http://[mirror]/debian/ oldstable main
-
-To enable the change run
-
- sudo apt-get update
-
-for other Debian & Ubuntu (with ppa):
+For other Debian & Ubuntu (with ppa):
sudo apt-get install libdb4.8-dev libdb4.8++-dev