scipr-lab / libsnark

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

missing libfqfft/tools/exceptions.hpp #103

Open huyuguang opened 6 years ago

huyuguang commented 6 years ago

"make check" and the compiler said the file missing.

barryWhiteHat commented 6 years ago

I cannot reproduce. I did

git clone https://github.com/scipr-lab/libsnark
cd libsnark/
mkdir build
cd build
git submodule init && git submodule update
cmake ..
make

Can you show me the steps you took? What OS are you using?