update: add render compile instructions in readme (#188)

This commit is contained in:
dante
2023-04-13 17:40:40 +01:00
committed by GitHub
parent bba10d1799
commit af1e187651

View File

@@ -233,6 +233,8 @@ Note that you can use pre-generated KZG SRS. These SRS can be converted to a for
### general usage 🔧
> Note: to get the full suite of cli capabilities you'll need to compile `ezkl` with the `render` feature (`cargo build --features render --bin ezkl`). This enables the `render-circuit` command which can create `.png` representations of the compiled circuits. You'll also need to install the `libexpat1-dev` and `libfreetype6-dev` libraries on Debian systems (there are equivalents for MacOS as well).
```bash
Usage: ezkl [OPTIONS] <COMMAND>