scipr-lab / libsnark

C++ library for zkSNARKs
Other
1.82k stars 583 forks source link

Dependencies #116

Open ghost opened 6 years ago

ghost commented 6 years ago

On my debian current versions of libgmp libprocps are different (might be 6)

better to use the following dependency string:

apt-get install build-essential cmake git libgmp-dev libprocps-dev python-markdown libboost-all-dev libssl-dev

Or is any particular version required?


pkg-config tool is required, too. Might be in pkgconf. Apparently its not in a fresh debian install..