Skip to content

Commit d787fa0

Browse files
RockRockX2tvpeter
authored andcommitted
doc: added prerequisites to readme
1 parent 46e1ab7 commit d787fa0

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
@@ -57,8 +57,13 @@ The `default` feature set is `repl` and `sqlite`. With the `default` features, `
5757

5858
## Install bdk-cli
5959

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

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

6469
```shell

0 commit comments

Comments
 (0)