Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,13 @@ The `default` feature set is `repl` and `sqlite`. With the `default` features, `

## Install bdk-cli

### From source
### Prerequisites
Building BDK requires gcc. If you do not have this installed run:
``` shell
sudo apt-get install build-essential
````

### From source
To install a dev version of `bdk-cli` from a local git repo with the `electrum` blockchain client enabled:

```shell
Expand Down
Loading