diff options
author | tdb3 <106488469+tdb3@users.noreply.github.com> | 2024-08-31 16:53:59 -0400 |
---|---|---|
committer | tdb3 <106488469+tdb3@users.noreply.github.com> | 2024-08-31 16:53:59 -0400 |
commit | bc532c915ec6ec8ca28e0b2dd00e232f0dd8f259 (patch) | |
tree | 902493200bdacdc2b5b93d911b359b5b81939b3a /doc/build-unix.md | |
parent | b52d54736168bed82775e3c9e66c6320c7b83626 (diff) |
doc: add with_bdb to unix build docs
Diffstat (limited to 'doc/build-unix.md')
-rw-r--r-- | doc/build-unix.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/build-unix.md b/doc/build-unix.md index 61a66e1c1e..fcc066c87d 100644 --- a/doc/build-unix.md +++ b/doc/build-unix.md @@ -162,7 +162,7 @@ and configure using the following: ```bash export BDB_PREFIX="/path/to/bitcoin/depends/x86_64-pc-linux-gnu" -cmake -B build -DBerkeleyDB_INCLUDE_DIR:PATH="${BDB_PREFIX}/include" +cmake -B build -DBerkeleyDB_INCLUDE_DIR:PATH="${BDB_PREFIX}/include" -DWITH_BDB=ON ``` **Note**: Make sure that `BDB_PREFIX` is an absolute path. |