I can't find any clear answers to this.
I'm a beginning Rust programmer (read the book, wrote and compiled simple programs). Almost no knowledge of C/C++. The platform is Windows 7 64-bit. Rust stable (managed by Rustup) and I'd prefer the GNU ABI.
I'm compiling a git repository that requires libsodium, and compiling exits with an error that libsodium is not found.
Is there a step-by-step guide to installing libsodium for my Rust setup? The documentation that I've found assumes a bit too much about the knowledge of the reader.
I did manage to compile and "install" libsodium in MSYS2, but then Rust (which I can't see from inside MSYS2) still can't find it.
What is the better way to do this?