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

pull & compile #12

Closed thanhhainguyen15 closed 6 years ago

thanhhainguyen15 commented 6 years ago

Please tell me how to fix it ! build$ cmake .. -- The C compiler identification is GNU 5.5.0 -- The CXX compiler identification is GNU 5.5.0 -- Check for working C compiler: /usr/bin/cc -- Check for working C compiler: /usr/bin/cc -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Detecting C compile features -- Detecting C compile features - done -- Check for working CXX compiler: /usr/bin/c++ -- Check for working CXX compiler: /usr/bin/c++ -- works -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Detecting CXX compile features -- Detecting CXX compile features - done CMake Error at /usr/share/cmake-3.5/Modules/ExternalProject.cmake:1809 (message): error: could not find hg for clone of abc Call Stack (most recent call first): /usr/share/cmake-3.5/Modules/ExternalProject.cmake:2459 (_ep_add_download_command) optim/CMakeLists.txt:5 (ExternalProject_Add)

-- Configuring incomplete, errors occurred!

sergiu-carpov commented 6 years ago

Install all prerequisites: https://github.com/CEA-LIST/Cingulata/wiki/install_os In particular sudo apt-get install mercurial