You’re not alone.
I was able to install without much difficulties on debian, but had the same issue on macos (Mojave 10.14.6).
Libraries installed with brew install llvm libsodium zstd xxhash pkg-config
Thanks for reporting this. This is fixed by zstd-seekable 0.1.1.
Hi,
I’m encountering this error after running
cargo install anu --version 1.0.0-alpha
on macosrustc 1.47.0 (18bf6b4f0 2020-10-07)
:Am I missing some dependencies or what’s going on here? I tried to install
zstlib
withmake lib
of https://github.com/facebook/zstd, but it did not change the situation.