akosba / jsnark

A Java library for zk-SNARK circuits
MIT License
207 stars 85 forks source link

cmake failed #24

Open yanyanho opened 4 years ago

yanyanho commented 4 years ago

-- Checking for module 'libcrypto' -- No package 'libcrypto' found CMake Error at /usr/local/Cellar/cmake/3.12.1/share/cmake/Modules/FindPkgConfig.cmake:436 (message): A required package was not found

HarryR commented 4 years ago

Have you tried installing the libcrypto development packages for your distribution ?

I assume you're using OSX, you can install libcrypto via brew

yanyanho commented 3 years ago

Yes ,thank you. I install libcrypto. I ran the tests successfully . Is there an interface to get proof from libsnark?