Skip to content

Commit

Permalink
Add llvm with wasm32-unknown-unknown as requirement to rust basic…
Browse files Browse the repository at this point in the history
… bitcoin (#1017)

* Update README.md

* * [x]
  • Loading branch information
altkdf authored Oct 23, 2024
1 parent 5bd93cf commit 2d738da
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rust/basic_bitcoin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ For a deeper understanding of the ICP < > BTC integration, see the [Bitcoin inte
* [x] Install the [IC
SDK](https://internetcomputer.org/docs/current/developer-docs/setup/install/index.mdx).
For local testing, `dfx >= 0.22.0-beta.0` is required.
* [x] On macOS, `llvm` with the `wasm32-unknown-unknown` target (which is not included in the XCode installation by default) is required.
To install, run `brew install llvm`.

## Step 1: Building and deploying sample code

Expand Down

0 comments on commit 2d738da

Please sign in to comment.