emp-toolkit / emp-zk

Efficient and Interactive Zero-Knowledge Proofs
Other
77 stars 18 forks source link

Static Library? #14

Closed Tabaie closed 3 years ago

Tabaie commented 3 years ago

After building the library I see a /usr/local/lib/libemp-zk.dylib (for macOS) but I don't see a static version built. Is it not supported / recommended?

wangxiao1254 commented 3 years ago

You just need to update the cmakelist a bit according to https://cmake.org/cmake/help/v3.0/command/install.html.

wangxiao1254 commented 3 years ago

Just want to follow up. Is the above working?

Tabaie commented 3 years ago

Thank you for following up. I switched to using the dynamic library.