From 2d738daf0b7dcb316fb5b7e8ec5dc6a7d707088c Mon Sep 17 00:00:00 2001 From: Oleksandr Tkachenko <108659113+altkdf@users.noreply.github.com> Date: Wed, 23 Oct 2024 13:05:41 +0200 Subject: [PATCH] Add `llvm` with `wasm32-unknown-unknown` as requirement to rust basic bitcoin (#1017) * Update README.md * * [x] --- rust/basic_bitcoin/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rust/basic_bitcoin/README.md b/rust/basic_bitcoin/README.md index 8ec37af3a..eba8a8032 100644 --- a/rust/basic_bitcoin/README.md +++ b/rust/basic_bitcoin/README.md @@ -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