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.
118
118
This enables support for both wallet types, assuming
119
119
` sqlite3 ` and ` db4 ` are both installed.
120
120
``` 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
122
122
```
123
123
124
124
##### 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.
112
112
This enables support for both wallet types:
113
113
114
114
``` 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
116
116
```
117
117
118
118
### 2. Compile
Original file line number Diff line number Diff line change @@ -162,7 +162,7 @@ and configure using the following:
162
162
``` bash
163
163
export BDB_PREFIX=" /path/to/bitcoin/depends/x86_64-pc-linux-gnu"
164
164
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
166
166
```
167
167
168
168
** Note** : Make sure that ` BDB_PREFIX ` is an absolute path.
You can’t perform that action at this time.
0 commit comments