aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGavin Andresen <gavinandresen@gmail.com>2014-02-27 09:49:50 -0500
committerGavin Andresen <gavinandresen@gmail.com>2014-02-27 09:49:50 -0500
commitafe2a203edcd98d668c80e6d688bcaffb9fccde0 (patch)
treecf08c92d0d858067e2e9c182c11f3ab09d091a1d
parent4877b99532f590998bf2afb52081f338ab1c27a1 (diff)
parent749f8f81323eb3c86f258193570611ca9e1754f8 (diff)
downloadbitcoin-afe2a203edcd98d668c80e6d688bcaffb9fccde0.tar.xz
Merge pull request #3760 from ian-kelling/master
Update build instructions for db4.8 on Debian and Unix
-rw-r--r--doc/build-unix.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/build-unix.md b/doc/build-unix.md
index d3a0536b10..ddbd097d03 100644
--- a/doc/build-unix.md
+++ b/doc/build-unix.md
@@ -72,6 +72,17 @@ for Ubuntu 12.04 and later:
for Ubuntu 13.10:
libboost1.54-all-dev will not work. Remove libboost1.54-all-dev and install libboost1.53-all-dev
+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 Ubuntu & Debian:
sudo apt-get install libdb4.8-dev
@@ -125,8 +136,10 @@ Berkeley DB
-----------
You need Berkeley DB 4.8. If you have to build Berkeley DB yourself:
+ cd build_unix/
../dist/configure --enable-cxx
make
+ sudo make install
Boost