Skip to content

Commit e8c8fd4

Browse files
fanquakeendothermicdev
authored andcommitted
docs: update bitcoin core install docs
Changelog-None Signed-off-by: fanquake <[email protected]>
1 parent d15f5a9 commit e8c8fd4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/getting-started/getting-started/installation.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -359,12 +359,12 @@ pip install poetry
359359
If you don't have bitcoind installed locally you'll need to install that as well:
360360

361361
```shell
362-
brew install berkeley-db4 boost miniupnpc pkg-config libevent
362+
brew install boost cmake pkg-config libevent
363363
git clone https://github.com/bitcoin/bitcoin
364364
cd bitcoin
365-
./autogen.sh
366-
./configure
367-
make src/bitcoind src/bitcoin-cli && make install
365+
cmake -B build
366+
cmake --build build --target bitcoind bitcoin-cli
367+
cmake --install build --component bitcoind && cmake --install build --component bitcoin-cli
368368
```
369369

370370
Clone lightning:

0 commit comments

Comments
 (0)