Skip to content

Commit

Permalink
Update instructions for building ICICLE
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyfelder committed Jun 17, 2024
1 parent a7780a8 commit d4adb9a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,11 @@ You can then toggle on or off icicle acceleration by providing the `WithIcicleAc
proof, err := groth16.Prove(ccs, pk, secretWitness)
```

For more information about prerequisites see the [Icicle repo](https://github.com/ingonyama-zk/icicle).
As ICICLE does not ship with prebuilt libraries, you will need to manually build them.
For instruction on how to build ICICLE, check out the Golang bindings in the [ICICLE repo](https://github.com/ingonyama-zk/icicle/wrappers/golang/README.md).

> [!IMPORTANT]
> Building the ICICLE libs manually should be done within your local Go dependencies directory (GOPATH), e.g. ~/go/pkg/mod/github.com/ingonyama-zk/icicle/[email protected]/wrappers/golang
## Citing

Expand Down

0 comments on commit d4adb9a

Please sign in to comment.