aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Bolser <[email protected]>2018-03-02 14:17:14 +0000
committerWladimir J. van der Laan <[email protected]>2018-03-06 22:07:20 +0100
commitc5be37e2c6479d9254992616a8d07ee9a788d74a (patch)
treea3825f7aa98c33e31f211b9952d1dc21bf57da5e
parentMerge #12564: [arith_uint256] Avoid unnecessary this-copy using prefix operator (diff)
downloaddiscoin-c5be37e2c6479d9254992616a8d07ee9a788d74a.tar.xz
discoin-c5be37e2c6479d9254992616a8d07ee9a788d74a.zip
doc: Mention configure without wallet in FreeBSD instructions
The wallet part is described as optional, but apparently isn't
-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 b823c23e0..2d10484a6 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