diff options
author | Dan Bolser <dan.bolser@gmail.com> | 2018-03-02 14:17:14 +0000 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2018-03-06 22:07:20 +0100 |
commit | c5be37e2c6479d9254992616a8d07ee9a788d74a (patch) | |
tree | a3825f7aa98c33e31f211b9952d1dc21bf57da5e /doc | |
parent | b7c8812ad0c2b10a760c5b900c18275620b8c675 (diff) |
doc: Mention configure without wallet in FreeBSD instructions
The wallet part is described as optional, but apparently isn't
Diffstat (limited to 'doc')
-rw-r--r-- | doc/build-unix.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/build-unix.md b/doc/build-unix.md index b823c23e0c..2d10484a65 100644 --- a/doc/build-unix.md +++ b/doc/build-unix.md @@ -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 |