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 5691028 commit 311a423Copy full SHA for 311a423
contrib/install_db4.sh
@@ -83,4 +83,4 @@ echo
83
echo 'When compiling bitcoind, run `./configure` in the following way:'
84
echo
85
echo " export BDB_PREFIX='${BDB_PREFIX}'"
86
-echo ' ./configure LDFLAGS="-L${BDB_PREFIX}/lib/" CPPFLAGS="-I${BDB_PREFIX}/include/" ...'
+echo ' ./configure BDB_LIBS="-L${BDB_PREFIX}/lib -ldb_cxx-4.8" BDB_CFLAGS="-I${BDB_PREFIX}/include" ...'
0 commit comments