Skip to content

Commit 2d738da

Browse files
authored
Add llvm with wasm32-unknown-unknown as requirement to rust basic bitcoin (#1017)
* Update README.md * * [x]
1 parent 5bd93cf commit 2d738da

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

rust/basic_bitcoin/README.md

+2
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ For a deeper understanding of the ICP < > BTC integration, see the [Bitcoin inte
2626
* [x] Install the [IC
2727
SDK](https://internetcomputer.org/docs/current/developer-docs/setup/install/index.mdx).
2828
For local testing, `dfx >= 0.22.0-beta.0` is required.
29+
* [x] On macOS, `llvm` with the `wasm32-unknown-unknown` target (which is not included in the XCode installation by default) is required.
30+
To install, run `brew install llvm`.
2931

3032
## Step 1: Building and deploying sample code
3133

0 commit comments

Comments
 (0)