Skip to content

Commit

Permalink
docs: update it to use CMake for Bitcoin Core
Browse files Browse the repository at this point in the history
  • Loading branch information
brunoerg committed Aug 30, 2024
1 parent fd19fa7 commit a41fe6f
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions docs/examples/bitcoin-core-usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,9 @@ Clone Bitcoin Core and build it. Clone HWI.

$ git clone https://github.com/bitcoin/bitcoin.git
$ cd bitcoin
$ ./autogen.sh
$ ./configure
$ make
$ src/bitcoind -daemon -addresstype=bech32 -changetype=bech32
$ cmake -B build
$ cmake --build build
$ build/src/bitcoind -daemon -addresstype=bech32 -changetype=bech32
$ cd ..
$ git clone https://github.com/bitcoin-core/HWI.git
$ cd HWI
Expand Down

0 comments on commit a41fe6f

Please sign in to comment.