Skip to content

Commit 5e1ec3b

Browse files
committed
Merge pull request #6611
5b85126 Update build-unix.md (Altoidnerd)
2 parents 0c02a75 + 5b85126 commit 5e1ec3b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/build-unix.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,8 @@ make install
154154

155155
# Configure Bitcoin Core to use our own-built instance of BDB
156156
cd $BITCOIN_ROOT
157-
./configure (other args...) LDFLAGS="-L${BDB_PREFIX}/lib/" CPPFLAGS="-I${BDB_PREFIX}/include/"
157+
./autogen.sh
158+
./configure LDFLAGS="-L${BDB_PREFIX}/lib/" CPPFLAGS="-I${BDB_PREFIX}/include/" # (other args...)
158159
```
159160

160161
**Note**: You only need Berkeley DB if the wallet is enabled (see the section *Disable-Wallet mode* below).

0 commit comments

Comments
 (0)