Skip to content

Commit

Permalink
Correct include dir info
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminion committed Jul 9, 2021
1 parent b21d136 commit 80f984c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ cp ../blst/libblast.a lib/
cp ../blst/bindings/*.h inc/
```

Alternatively, change the `INCLUDE_DIRS` in *Makefile* to point to the Blst header files.
Alternatively, add `-I<include-dir>` to `KZG_CFLAGS` in *Makefile* to point to the Blst header files, or set the `CFLAGS` environment variable similarly.

This version of c-kzg is tested with Blst's master branch, commit `d4b40c3`. Blst release 0.3.4 is not sufficient since we make use of the more recently implemented Pippenger multiscalar multiplication for the polynomial commitments.

Expand Down

0 comments on commit 80f984c

Please sign in to comment.