From: oscar Date: Tue, 30 Sep 2025 15:59:22 +0000 (+0200) Subject: doc: added prerequisites to readme X-Git-Url: http://internal-gitweb-vhost/parse/src/example_cli/%22https:/drain-wallet.html?a=commitdiff_plain;h=d787fa03a748ff28048cf7143fad585fe89e48aa;p=bdk-cli doc: added prerequisites to readme --- 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