mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-02-23 06:55:13 +01:00
docs: update bitcoin core install docs
Changelog-None Signed-off-by: fanquake <fanquake@gmail.com>
This commit is contained in:
parent
d15f5a9b3b
commit
e8c8fd4195
1 changed files with 4 additions and 4 deletions
|
@ -359,12 +359,12 @@ pip install poetry
|
|||
If you don't have bitcoind installed locally you'll need to install that as well:
|
||||
|
||||
```shell
|
||||
brew install berkeley-db4 boost miniupnpc pkg-config libevent
|
||||
brew install boost cmake pkg-config libevent
|
||||
git clone https://github.com/bitcoin/bitcoin
|
||||
cd bitcoin
|
||||
./autogen.sh
|
||||
./configure
|
||||
make src/bitcoind src/bitcoin-cli && make install
|
||||
cmake -B build
|
||||
cmake --build build --target bitcoind bitcoin-cli
|
||||
cmake --install build --component bitcoind && cmake --install build --component bitcoin-cli
|
||||
```
|
||||
|
||||
Clone lightning:
|
||||
|
|
Loading…
Add table
Reference in a new issue