Skip to content

Commit 61d388d

Browse files
Altoidnerd1laanwj
authored andcommitted
Pointed to location of BDB 4.8 in procedure for unix build.
1 parent 5a79c65 commit 61d388d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

doc/build-unix.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,8 +137,12 @@ miniupnpc
137137

138138
Berkeley DB
139139
-----------
140-
You need Berkeley DB 4.8. If you have to build Berkeley DB yourself:
140+
You need Berkeley DB 4.8. If you have to build it yourself:
141141

142+
wget 'http://download.oracle.com/berkeley-db/db-4.8.30.NC.tar.gz'
143+
echo '12edc0df75bf9abd7f82f821795bcee50f42cb2e5f76a6a281b85732798364ef db-4.8.30.NC.tar.gz' | sha256sum -c
144+
# -> db-4.8.30.NC.tar.gz: OK
145+
tar -xzvf db-4.8.30.NC.tar.gz
142146
cd build_unix/
143147
../dist/configure --enable-cxx
144148
make

0 commit comments

Comments
 (0)