Closed Mikerah closed 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.
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
make . -DSEAL_BUILD_EXAMPLES=ON
make .
make
native/examples
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.