Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions igvm_c/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down