Skip to content

Commit 74b1901

Browse files
committed
doc: added prerequisites to readme
1 parent f100d65 commit 74b1901

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,13 @@ The `default` feature set is `repl` and `sqlite`. With the `default` features, `
5858

5959
### From source
6060

61+
#### Prerequisites
62+
63+
Building BDK requires gcc. If you do not have this installed run:
64+
```` shell
65+
sudo apt-get install build-essential
66+
````
67+
6168
To install a dev version of `bdk-cli` from a local git repo with the `electrum` blockchain client enabled:
6269

6370
```shell

0 commit comments

Comments
 (0)