commit
5e1ec3b5be
1 changed files with 2 additions and 1 deletions
|
@ -154,7 +154,8 @@ make install
|
||||||
|
|
||||||
# Configure Bitcoin Core to use our own-built instance of BDB
|
# Configure Bitcoin Core to use our own-built instance of BDB
|
||||||
cd $BITCOIN_ROOT
|
cd $BITCOIN_ROOT
|
||||||
./configure (other args...) LDFLAGS="-L${BDB_PREFIX}/lib/" CPPFLAGS="-I${BDB_PREFIX}/include/"
|
./autogen.sh
|
||||||
|
./configure LDFLAGS="-L${BDB_PREFIX}/lib/" CPPFLAGS="-I${BDB_PREFIX}/include/" # (other args...)
|
||||||
```
|
```
|
||||||
|
|
||||||
**Note**: You only need Berkeley DB if the wallet is enabled (see the section *Disable-Wallet mode* below).
|
**Note**: You only need Berkeley DB if the wallet is enabled (see the section *Disable-Wallet mode* below).
|
||||||
|
|
Loading…
Add table
Reference in a new issue