Skip to content
Merged
Changes from 2 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
7 changes: 4 additions & 3 deletions igvm_c/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,12 @@ API does not need to be manually updated inline with any changes to the rust
definitions.

## Dependencies
The C API header files are generated using the `cbindgen` tool. This tool needs
to be installed before the API can be built. This can be achieved using:
The C API header files are generated using the `cbindgen` tool and the library is
built and installed using `cargo-c`. Both tools need to be installed before the
API can be built. This can be achieved using:

```bash
cargo install --force cbindgen
cargo install --force cbindgen cargo-c
```

Also, `cargo-c` needs to be installed to build the C code:
Expand Down