doc: Mention configure without wallet in FreeBSD instructions
The wallet part is described as optional, but apparently isn't
This commit is contained in:
parent
b7c8812ad0
commit
c5be37e2c6
1 changed files with 1 additions and 0 deletions
|
@ -326,6 +326,7 @@ For the wallet (optional):
|
||||||
Then build using:
|
Then build using:
|
||||||
|
|
||||||
./autogen.sh
|
./autogen.sh
|
||||||
|
./configure --disable-wallet # OR
|
||||||
./configure BDB_CFLAGS="-I${BDB_PREFIX}/include" BDB_LIBS="-L${BDB_PREFIX}/lib -ldb_cxx"
|
./configure BDB_CFLAGS="-I${BDB_PREFIX}/include" BDB_LIBS="-L${BDB_PREFIX}/lib -ldb_cxx"
|
||||||
gmake
|
gmake
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue