mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-02-24 07:07:46 +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:
|
If you don't have bitcoind installed locally you'll need to install that as well:
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
brew install berkeley-db4 boost miniupnpc pkg-config libevent
|
brew install boost cmake pkg-config libevent
|
||||||
git clone https://github.com/bitcoin/bitcoin
|
git clone https://github.com/bitcoin/bitcoin
|
||||||
cd bitcoin
|
cd bitcoin
|
||||||
./autogen.sh
|
cmake -B build
|
||||||
./configure
|
cmake --build build --target bitcoind bitcoin-cli
|
||||||
make src/bitcoind src/bitcoin-cli && make install
|
cmake --install build --component bitcoind && cmake --install build --component bitcoin-cli
|
||||||
```
|
```
|
||||||
|
|
||||||
Clone lightning:
|
Clone lightning:
|
||||||
|
|
Loading…
Add table
Reference in a new issue