diff options
| author | Wladimir J. van der Laan <[email protected]> | 2018-03-06 22:08:34 +0100 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2018-03-06 22:08:43 +0100 |
| commit | 12ac2f0d7129151ec4c49be4061575dacb9199d4 (patch) | |
| tree | a3825f7aa98c33e31f211b9952d1dc21bf57da5e | |
| parent | Merge #12564: [arith_uint256] Avoid unnecessary this-copy using prefix operator (diff) | |
| parent | doc: Mention configure without wallet in FreeBSD instructions (diff) | |
| download | discoin-12ac2f0d7129151ec4c49be4061575dacb9199d4.tar.xz discoin-12ac2f0d7129151ec4c49be4061575dacb9199d4.zip | |
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.md | 1 |
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 |