doc: add with_bdb to unix build docs

This commit is contained in:
tdb3
2024-08-31 16:53:59 -04:00
parent b52d547361
commit bc532c915e
3 changed files with 3 additions and 3 deletions

View File

@@ -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.