We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a79c65 commit 61d388dCopy full SHA for 61d388d
doc/build-unix.md
@@ -137,8 +137,12 @@ miniupnpc
137
138
Berkeley DB
139
-----------
140
-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:
141
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
146
cd build_unix/
147
../dist/configure --enable-cxx
148
make
0 commit comments