CEA-LIST / Cingulata

Cingulata (pronounced "tchingulata") is a compiler toolchain and RTE for running C++ programs over encrypted data by means of fully homomorphic encryption techniques.
Other
402 stars 43 forks source link

missing depencency on readline #5

Closed ticapix closed 6 years ago

ticapix commented 6 years ago

Hi,

In order to compile CMakeFiles/abc.dir/src/base/main/mainUtils.c.o, libreadline-dev needs to be installed. It would be nice to add find_package(READLINE REQUIRED) in the CMakeList.txt

sergiu-carpov commented 6 years ago

Hi, thanks for your message. Actually, there is no need for readline library in our usage of ABC. I have updated the cmake file accordingly to not use it. Regards, Sergiu