aboutsummaryrefslogtreecommitdiff
path: root/doc/build-unix.md
diff options
context:
space:
mode:
authortailsjoin <tailsjoin@users.noreply.github.com>2015-07-13 16:43:30 +0000
committerWladimir J. van der Laan <laanwj@gmail.com>2015-07-15 09:20:51 +0200
commit9fbca205d4eaaf82be718b69c6533078aeb3081c (patch)
tree4a01dbff850600baea4972feea8873eabd18c588 /doc/build-unix.md
parent3d9362d5ac1ec405955503dc67caf59e716df5e4 (diff)
downloadbitcoin-9fbca205d4eaaf82be718b69c6533078aeb3081c.tar.xz
doc: Remove recommendation to add old repos for libd4.8*
It is unreasonable to ask to change the global package configuration just to build a package. Not only that, this is potentially harmful to the system. Also do a few punctuation fixes in REST-interface.md.
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