mimblewimble / rust-secp256k1-zkp

ZKP fork for rust-secp256k1, adds wrappers for range proofs, pedersen commitments, etc
Creative Commons Zero v1.0 Universal
56 stars 51 forks source link

can not build #77

Closed jackzhp closed 3 years ago

jackzhp commented 3 years ago

I am new to rust.

after I got the repository, I run

cargo build

then I got

error: no such file or directory: 'depend/secp256k1-zkp/contrib/lax_der_parsing.c'

what should I do? Can someone please help.

quentinlesceller commented 3 years ago

git submodule update ?

ndcroos commented 1 year ago

I tried also to build this, and I executed git submodule update. Maybe instructions can be added to the README.md on how to build this project.