in reply to How to install Compress::Stream::Zstd in Strawberry Perl?
It's probably worth looking at Alien::zstd.
Add its bin_dir to your path before building Compress::Stream::Zstd and see how things work. You might also need to add the pkgconf dir to the PKG_CONFIG_PATH env var (although it seems not to use pkg-config).
Edit: Nope. That hits the same issues. Looks like more tweaking is needed, possibly to the C::S::Z build process.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: How to install Compress::Stream::Zstd in Strawberry Perl?
by brian_d_foy (Abbot) on Mar 05, 2025 at 01:39 UTC | |
by swl (Prior) on Mar 05, 2025 at 01:50 UTC |