cryptobiu / libscapi

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

Cannot find the libscapi after successfully make #91

Open marvellous987 opened 1 year ago

marvellous987 commented 1 year ago

After installing, I received this when I try execute make for my own program.

fatal error: libscapi/include/primitives/Prg.hpp: No such file or directory
26 | #include <libscapi/include/primitives/Prg.hpp>
   |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Seems it is a library linkage problem, may I ask what can I do to solve this?

My OS using is Linux Ubuntu 20.04.3 LTS.

Thank you