aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2018-03-06 22:08:34 +0100
committerWladimir J. van der Laan <laanwj@gmail.com>2018-03-06 22:08:43 +0100
commit12ac2f0d7129151ec4c49be4061575dacb9199d4 (patch)
treea3825f7aa98c33e31f211b9952d1dc21bf57da5e
parentb7c8812ad0c2b10a760c5b900c18275620b8c675 (diff)
parentc5be37e2c6479d9254992616a8d07ee9a788d74a (diff)
Merge #12581: doc: Mention configure without wallet in FreeBSD instructions
c5be37e2c doc: Mention configure without wallet in FreeBSD instructions (Dan Bolser) Tree-SHA512: 495f9c1b6d73e53ad66883f26fd789423cbbd73110d4aff0aad9c09bd50583277cf8a3757e4ac6c7e0a630e68214eb711227330bfcce6944e1f9fc5d52e68ed0
-rw-r--r--doc/build-unix.md1
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