homenc / HElib

HElib is an open-source software library that implements homomorphic encryption. It supports the BGV scheme with bootstrapping and the Approximate Number CKKS scheme. HElib also includes optimizations for efficient homomorphic evaluation, focusing on effective use of ciphertext packing techniques and on the Gentry-Halevi-Smart optimizations.
https://homenc.github.io/HElib
Other
3.14k stars 765 forks source link

Update INSTALL.md to include Fedora 30 #323

Closed jesusprubio closed 4 years ago

jesusprubio commented 4 years ago

The steps to install the dependencies just for the record:

dnf install cmake make g++ glibc-devel patchelf m4
faberga commented 4 years ago

@jesusprubio Thank you for your contribution. At this moment we only build and test HElib on Ubunutu 16, 18, 19, CentOs 7 and Mac OS 10.14 . Until we start building and testing on Fedora, we can't really give the instructions. Having said that, we will look into creating a INSTALL_Experimental.md file for the platforms we don't run regular tests on.

I would like to close this pull request and I will open an issue to have installation instruction for unsupported platforms.

faberga commented 4 years ago

@jesusprubio Closing this pull request. Issue #331 opened.