scipr-lab / libsnark

C++ library for zkSNARKs
Other
1.81k stars 579 forks source link

cmake-master-merging compile failed #70

Closed lightning-li closed 7 years ago

lightning-li commented 7 years ago
libsnark-failed
howardwu commented 7 years ago

Acknowledged, we will address this soon.

For now, if performance is not of critical importance, you can temporarily get around this issue by building libff with cmake .. -DDEBUG=ON and reinstalling it on your system, then building libsnark cmake-master-merging branch again with cmake .. -DDEBUG=ON and reinstalling that.

howardwu commented 7 years ago

Issue was resolved with dependency fixes downstream