scipr-lab / libiop

C++ library for IOP-based zkSNARKs
MIT License
147 stars 27 forks source link

Upgrade to CMake 3.x #15

Closed ValarDragon closed 4 years ago

ValarDragon commented 4 years ago

This updates to Cmake 3.1

Currently, this can't find libsodium on my machine. We probably need to add some support for different package locations. Alternatively, Zeth (https://github.com/clearmatics/zeth/tree/develop) includes libsodium in depends, is that something we should do?

Closes #14

ValarDragon commented 4 years ago

This adds a script by Henrik Steffen Gaßmann, for properly dynamic linking to libsodium across systems. This should fix issues people have had in installation.