Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/akosba/jsnark
Browse files Browse the repository at this point in the history
  • Loading branch information
akosba committed May 1, 2018
2 parents dfb147d + edbc242 commit b305201
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -62,7 +62,7 @@ To compile the JsnarkCircuitBuilder project via command line,
$ mkdir -p bin
$ javac -d bin -cp /usr/share/java/junit4.jar:bcprov-jdk15on-159.jar $(find ./src/* | grep ".java$")

The classpathes of junit4 and bcprov-jdk15on-159.jar may need to be adapted accordingly, in case the jars are located elsewhere. The above command assumes that bcprov-jdk15on-159.jar was moved to the JsnarkCircuitBuilder directory.
The classpaths of junit4 and bcprov-jdk15on-159.jar may need to be adapted in case the jars are located elsewhere. The above command assumes that bcprov-jdk15on-159.jar was moved to the JsnarkCircuitBuilder directory.

Before running the following, make sure the `PATH_TO_LIBSNARK_EXEC` property in `config.properties` points to the path of the `run_libsnark` executable.

Expand Down

0 comments on commit b305201

Please sign in to comment.