witnet / vrf-rs

Verifiable Random Function (VRF) library written in Rust
MIT License
90 stars 37 forks source link

Compile error openssl-sys v0.9.72 #29

Closed Dzhegash closed 2 years ago

Dzhegash commented 2 years ago

I can't compile the project due to an error: failed to run custom build command for openssl-sys v0.9.72

How to fix it? I tried adding crates: openssl = { version = "0.10.38", features = ["vendored"] } openssl-sys="0.9.72" But it didn't work.

My env: OS: Windows7 CPU: Intel Core i5 Rust(stable): rustc 1.58.1

aesedepece commented 2 years ago

This is apparently a duplicate of #28. Thanks for reporting @Dzhegash!