cryptobiu / libscapi

Comprehensive Open Source Library for Secure Multiparty Computation
MIT License
180 stars 66 forks source link

Cannot compile the code #67

Open chutimaNan opened 5 years ago

chutimaNan commented 5 years ago

Describe the bug 1) Folder "test" doesn't exist in libscapi folder, so I go to folder "tests" instead. However, I cannot run "make" command and there is no ./tests.exe to build and run the test. image 2) I cannot build and run the simples program because there is no samples folder as mentioned in the documentation. image 3) I try to run and compile DlogExample.cpp which provide in the tutorial section. However, it cannot compile because it said that "scapi.a: No such file or directory". image

I would be really appreciated if you help me solve issues. Thank you

Machine details (please complete the following information):

liorko87 commented 5 years ago

in tests folder run the executable that called ScapiTests. In order to run the the Dlog example:

  1. cd ~/libscapi/examples
  2. cmake . && make
  3. ./libscapi_example dlog

We are working now to improve the documentation for libscapi