File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ Run `cmake -B build -LH` to see the full list of available options.
118118This enables support for both wallet types, assuming
119119` sqlite3 ` and ` db4 ` are both installed.
120120``` bash
121- cmake -B build -DBerkeleyDB_INCLUDE_DIR:PATH=" ${BDB_PREFIX} /include"
121+ cmake -B build -DBerkeleyDB_INCLUDE_DIR:PATH=" ${BDB_PREFIX} /include" -DWITH_BDB=ON
122122```
123123
124124##### No Wallet or GUI
Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ Run `cmake -B build -LH` to see the full list of available options.
112112This enables support for both wallet types:
113113
114114``` bash
115- cmake -B build -DBerkeleyDB_INCLUDE_DIR:PATH=" ${BDB_PREFIX} /include"
115+ cmake -B build -DBerkeleyDB_INCLUDE_DIR:PATH=" ${BDB_PREFIX} /include" -DWITH_BDB=ON
116116```
117117
118118### 2. Compile
Original file line number Diff line number Diff line change @@ -162,7 +162,7 @@ and configure using the following:
162162``` bash
163163export BDB_PREFIX=" /path/to/bitcoin/depends/x86_64-pc-linux-gnu"
164164
165- cmake -B build -DBerkeleyDB_INCLUDE_DIR:PATH=" ${BDB_PREFIX} /include"
165+ cmake -B build -DBerkeleyDB_INCLUDE_DIR:PATH=" ${BDB_PREFIX} /include" -DWITH_BDB=ON
166166```
167167
168168** Note** : Make sure that ` BDB_PREFIX ` is an absolute path.
You can’t perform that action at this time.
0 commit comments