Merge #12581: doc: Mention configure without wallet in FreeBSD instructions

c5be37e2c doc: Mention configure without wallet in FreeBSD instructions (Dan Bolser)

Tree-SHA512: 495f9c1b6d73e53ad66883f26fd789423cbbd73110d4aff0aad9c09bd50583277cf8a3757e4ac6c7e0a630e68214eb711227330bfcce6944e1f9fc5d52e68ed0
This commit is contained in:
Wladimir J. van der Laan 2018-03-06 22:08:34 +01:00
commit 12ac2f0d71
No known key found for this signature in database
GPG key ID: 1E4AED62986CD25D

View file

@ -326,6 +326,7 @@ For the wallet (optional):
Then build using:
./autogen.sh
./configure --disable-wallet # OR
./configure BDB_CFLAGS="-I${BDB_PREFIX}/include" BDB_LIBS="-L${BDB_PREFIX}/lib -ldb_cxx"
gmake