]> Untitled Git - bdk-cli/commitdiff
doc: added prerequisites to readme
authoroscar <hejsan.oscar@gmail.com>
Tue, 30 Sep 2025 15:59:22 +0000 (17:59 +0200)
committerVihiga Tyonum <withtvpeter@gmail.com>
Mon, 9 Mar 2026 09:48:03 +0000 (10:48 +0100)
README.md

index d90519776bce59ad5861e0c6e83aeb424a8ea77c..ddb9754b20c8cd24664530ca1fa01b984cac7bc1 100644 (file)
--- 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