This place is fantastic, as are the people who contribute! No wonder Perl continues to be my preferred language. I just wanted to describe the final solution that I ended up using, for anyone else who need this help.
Shout outs for:
$ perl -MCPAN -e shell cpan> install Alien::Zstd
c:/Strawberry/perl/site/lib/auto/share/dist/Alien-zstd/lib/libzstd.a
cpan> install Compress::Stream::Zstd ... The system cannot find the file specified -or- Cannot find ext/zstd/lib/libzstd.a: No such file or directory -or- Something similar
c:/Strawberry/cpan/build/Compress-Stream-Zstd-0.206-0
$ copy c:/Strawberry/perl/site/lib/auto/share/dist/Alien-zstd/lib/libz +std.a c:/Strawberry/cpan/build/Compress-Stream-Zstd-0.206-0/ext/zstd/ +lib
$ cd c:/Strawberry/cpan/build/Compress-Stream-Zstd-0.206-0 $ perl ./Build.PL $ ./Build $ ./Build test $ ./Build install
In reply to SOLUTION: How to install Compress::Stream::Zstd in Strawberry Perl?
by cmv
in thread How to install Compress::Stream::Zstd in Strawberry Perl?
by cmv
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |