cryptobiu / libscapi

Comprehensive Open Source Library for Secure Multiparty Computation
MIT License
180 stars 66 forks source link

libraries in lib does match makefile_lib command #73

Closed lingering closed 4 years ago

lingering commented 4 years ago

Finally I successfully installed libscapi on ubuntu 16.04 machine. The most critical issus I found is that in master release, the requierd source code used by makefile_libs does NOT match librares in lib directory. As far as I can see, foorqlib json boost miracl OTExtension are not include in lib. So it will occurs many make error. hope you guys can fix this.

liorko87 commented 4 years ago

Thank you for your comment. I updated the file on the dev branch.

lingering commented 4 years ago

@liorko87 has updated makefile_lib on the dev branch. now We could easily build libs