Cannot Install on Windows 10

Having a problem installing on Windows:

error: failed to run custom build command for `thrussh-libsodium v0.1.3`
process didn't exit successfully: `C:\Users\krixa\AppData\Local\Temp\cargo-installkQl56l\release\build\thrussh-libsodium-627e354d6abbf7d6\build-script-build` (exit code: 101)
--- stdout
cargo:rerun-if-env-changed=SODIUM_LIB_DIR
cargo:rerun-if-env-changed=SODIUM_STATIC

--- stderr
thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: "Failed to run `\"pkg-config\" \"--libs\" \"--cflags\" \"libsodium\"`: The system cannot find the file specified. (os error 2)"', libcore\result.rs:1009:5
note: Run with `RUST_BACKTRACE=1` for a backtrace.

warning: build failed, waiting for other jobs to finish...
error: failed to compile `pijul v0.11.1`, intermediate artifacts can be found at `C:\Users\krixa\AppData\Local\Temp\cargo-installkQl56l`

Also, it’d be a good feature for users and developers if there was an option to download a zip of a repo from the nest.

Seems you need to install libsodium and pkgconfig. There is indeed a plan to make zips available for tags.

I didn’t have to install libsodium or pkgconfic before from what I remember.