diff options
Diffstat (limited to 'doc/build-freebsd.md')
-rw-r--r-- | doc/build-freebsd.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/build-freebsd.md b/doc/build-freebsd.md index fba5a17e9a..6a25e9a834 100644 --- a/doc/build-freebsd.md +++ b/doc/build-freebsd.md @@ -118,7 +118,7 @@ Run `cmake -B build -LH` to see the full list of available options. This enables support for both wallet types, assuming `sqlite3` and `db4` are both installed. ```bash -cmake -B build -DBerkeleyDB_INCLUDE_DIR:PATH="${BDB_PREFIX}/include" +cmake -B build -DBerkeleyDB_INCLUDE_DIR:PATH="${BDB_PREFIX}/include" -DWITH_BDB=ON ``` ##### No Wallet or GUI |