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.
2 parents 0c02a75 + 5b85126 commit 5e1ec3bCopy full SHA for 5e1ec3b
doc/build-unix.md
@@ -154,7 +154,8 @@ make install
154
155
# Configure Bitcoin Core to use our own-built instance of BDB
156
cd $BITCOIN_ROOT
157
-./configure (other args...) LDFLAGS="-L${BDB_PREFIX}/lib/" CPPFLAGS="-I${BDB_PREFIX}/include/"
+./autogen.sh
158
+./configure LDFLAGS="-L${BDB_PREFIX}/lib/" CPPFLAGS="-I${BDB_PREFIX}/include/" # (other args...)
159
```
160
161
**Note**: You only need Berkeley DB if the wallet is enabled (see the section *Disable-Wallet mode* below).
0 commit comments