aboutsummaryrefslogtreecommitdiff
path: root/doc/build-unix.md
diff options
context:
space:
mode:
authorAltoidnerd <altoidnerd.btc@gmail.com>2014-04-16 07:11:06 -0400
committerWladimir J. van der Laan <laanwj@gmail.com>2014-04-16 17:10:27 +0200
commit61d388d98ddd6d3fd521b6afbbb06209a6a50598 (patch)
tree6d604bf1980254dc79cac8eed98b2b3e38fe8061 /doc/build-unix.md
parent5a79c6532324651c9691f6cf3ef00812ca59dec3 (diff)
downloadbitcoin-61d388d98ddd6d3fd521b6afbbb06209a6a50598.tar.xz
Pointed to location of BDB 4.8 in procedure for unix build.
Diffstat (limited to 'doc/build-unix.md')
-rw-r--r--doc/build-unix.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/build-unix.md b/doc/build-unix.md
index d08c327ff9..498bfa1e0f 100644
--- a/doc/build-unix.md
+++ b/doc/build-unix.md
@@ -137,8 +137,12 @@ miniupnpc
Berkeley DB
-----------
-You need Berkeley DB 4.8. If you have to build Berkeley DB yourself:
+You need Berkeley DB 4.8. If you have to build it yourself:
+ wget 'http://download.oracle.com/berkeley-db/db-4.8.30.NC.tar.gz'
+ echo '12edc0df75bf9abd7f82f821795bcee50f42cb2e5f76a6a281b85732798364ef db-4.8.30.NC.tar.gz' | sha256sum -c
+ # -> db-4.8.30.NC.tar.gz: OK
+ tar -xzvf db-4.8.30.NC.tar.gz
cd build_unix/
../dist/configure --enable-cxx
make