doc: Mention configure without wallet in FreeBSD instructions

The wallet part is described as optional, but apparently isn't
This commit is contained in:
Dan Bolser 2018-03-02 14:17:14 +00:00 committed by Wladimir J. van der Laan
parent b7c8812ad0
commit c5be37e2c6

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