Browse Source

Merge pull request #6611

5b85126 Update build-unix.md (Altoidnerd)
0.13
Wladimir J. van der Laan 9 years ago
parent
commit
5e1ec3b5be
No known key found for this signature in database
GPG Key ID: 74810B012346C9A6
  1. 3
      doc/build-unix.md

3
doc/build-unix.md

@ -154,7 +154,8 @@ make install @@ -154,7 +154,8 @@ make install
# Configure Bitcoin Core to use our own-built instance of BDB
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).

Loading…
Cancel
Save