triplewz
triplewz
> when I execute ./get-libsnark > first I cannot find the **prepare-depends.sh** > then there is no rule to **make clean**, **make lib** You can refer to this project, https://github.com/lightning-li/zkSNARK-toy.
I have installed OPENSSL, and set system environment variable.  But it did't work. ``` error: failed to run custom build command for `openssl-sys v0.9.60` Caused by: process didn't exit...
I reinstalled OPENSSL, and built it successfully. Thanks!
I use the following code, and it works fine. ``` var commands = []*cli.Command{ // pointer { Name: "compile", Aliases: []string{}, Usage: "compile a circuit", Action: CompileCircuit, }, { Name:...
Ok, I used version 2 of the urfave/cli, maybe this is the reason.
The tests failed with arm64 arch.
So what's wrong with it? Thanks.