From 9c40ba51dde488e129b555d0c7a6c1d5d64ee6a3 Mon Sep 17 00:00:00 2001 From: jethrogb Date: Fri, 13 Mar 2026 17:42:26 +0100 Subject: [PATCH] Add note about cargo-c dependency --- igvm_c/README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/igvm_c/README.md b/igvm_c/README.md index f8eddd3..c98935f 100644 --- a/igvm_c/README.md +++ b/igvm_c/README.md @@ -18,6 +18,12 @@ to be installed before the API can be built. This can be achieved using: cargo install --force cbindgen ``` +Also, `cargo-c` needs to be installed to build the C code: + +```bash +cargo install --force cargo-c +``` + In addition, `sample/dump_igvm` and the C unit tests requires a C compiler to be installed.