-
Notifications
You must be signed in to change notification settings - Fork 49
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
Missing step to git submodule init && git submodule update
#5
Comments
This comment is macOS specific -- for those following along on that OS: |
I had to also manually go into |
Ok -- for completeness sake and anyone having issues. You'll need to Then, here is what I used to get it to finally build:
And while this sounds silly, the first time I ran the |
On Ubuntu (inside libsnark docker) I had to do
|
Following the tutorial directly, I had to do this step before the step to build with
cmake
.If you try to build and see that
libsnark
is missing aCMakeLists.txt
file then you should rungit submodule init && git submodule update
aftergit clone
.This is on macOS but shouldn't matter.
The text was updated successfully, but these errors were encountered: