I am trying to build the latest version of the Microsoft SEAL library on ubuntu but as given in the documentation on the GitHub page I'm able the make only sealexample and the sealtest executable file from it. I've to write a custom program using this library but can't figure out how to start with this.
I've tried using linking the library as seal/seal.h which is available in the code but it didn't work.
please suggest the solution for this.