-
Notifications
You must be signed in to change notification settings - Fork 45
Description
I am having trouble installing using instructions provided. I am running on Ubuntu 16.04. After running
./install_pepper_deps.sh
I get the following error:
make: Nothing to be done for 'default'. installing libsnark M CMakeLists.txt HEAD is now at dc78fda... Update libff, libfqfft, gtest, xbyak submodule versions error: patch failed: CMakeLists.txt:105 error: CMakeLists.txt: patch does not apply
Additionally, in the GettingStarted tutorial, when I run
./pepper_compile_and_setup_V.sh mm_pure_arith mm_pure_arith.vkey mm_pure_arith.pkey
it errors out with the following:
obj/common/sha1.o: file not recognized: File format not recognized collect2: error: ld returned 1 exit status Makefile:87: recipe for target 'pepper_verifier_mm_pure_arith' failed make: *** [pepper_verifier_mm_pure_arith] Error 1
I do not know if these errors are related, but any help would be appreciated. Thank you!