From d787fa03a748ff28048cf7143fad585fe89e48aa Mon Sep 17 00:00:00 2001 From: oscar Date: Tue, 30 Sep 2025 17:59:22 +0200 Subject: [PATCH] doc: added prerequisites to readme --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d905197..ddb9754 100644 --- a/README.md +++ b/README.md @@ -57,8 +57,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 -- 2.49.0