From af1e1876513ddef72c39aa4e0bbf559e16e86d89 Mon Sep 17 00:00:00 2001 From: dante <45801863+alexander-camuto@users.noreply.github.com> Date: Thu, 13 Apr 2023 17:40:40 +0100 Subject: [PATCH] update: add render compile instructions in readme (#188) --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 53e71030..ca5ef76e 100644 --- a/README.md +++ b/README.md @@ -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]