Skip to content

Commit 20305fb

Browse files
committed
doc: added prerequisites to readme
1 parent f100d65 commit 20305fb

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,13 @@ The `default` feature set is `repl` and `sqlite`. With the `default` features, `
5656

5757
## Install bdk-cli
5858

59-
### From source
59+
### Prerequisites
60+
Building BDK requires gcc. If you do not have this installed run:
61+
``` shell
62+
sudo apt-get install build-essential
63+
````
6064

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

6368
```shell

0 commit comments

Comments
 (0)