microsoft / SEAL

Microsoft SEAL is an easy-to-use and powerful homomorphic encryption library.
https://www.microsoft.com/en-us/research/group/cryptography-research/
MIT License
3.46k stars 694 forks source link

Instructions on how to run the code in the example folder #647

Closed Mikerah closed 1 year ago

Mikerah commented 1 year ago

After googling around, there doesn't seem to be a clear way to run the examples in this repository. I would like to make sure that SEAL is installed properly on my machine.

Mikerah commented 1 year ago

I think I figured it out. I need to run make . -DSEAL_BUILD_EXAMPLES=ON (not just make .) and then run make again within native/examples