Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot compile the code #67

Open
chutimaNan opened this issue Sep 20, 2019 · 1 comment
Open

Cannot compile the code #67

chutimaNan opened this issue Sep 20, 2019 · 1 comment

Comments

@chutimaNan
Copy link

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):

  • OS: Ubuntu
  • Version 16.04
@liorko87
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants