Open FranciscoTrigo opened 5 years ago
That sounds like you need to install openssl-dev or openssl-devel or whatever it's called on your distribution.
However, it looks like you're building it for Linux. If you want to run you either need to cross compile or build on Windows. You shouldn't need opnessl then.
Hello, I am trying to build this in Arch linux (But I will be using under Windows), I already installed all that is said to be needed in the instructions and I try to build it with the
cargo build
command.This is the error that I get. What can I do? Thanks