From 80f984cecd4ccd9276da6b49bb7a4814b2b65753 Mon Sep 17 00:00:00 2001 From: Ben Edgington Date: Fri, 9 Jul 2021 13:41:30 +0100 Subject: [PATCH] Correct include dir info --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bfe494a..2e4e7bf 100644 --- a/README.md +++ b/README.md @@ -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` 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.