in reply to How to install Compress::Stream::Zstd in Strawberry Perl?

The testers' results aren't very promising.

map{substr$_->[0],$_->[1]||0,1}[\*||{},3],[[]],[ref qr-1,-,-1],[{}],[sub{}^*ARGV,3]

Replies are listed 'Best First'.
Re^2: How to install Compress::Stream::Zstd in Strawberry Perl?
by cmv (Chaplain) on Mar 05, 2025 at 00:20 UTC
    Yes, that's disappointing. Thanks for pointing it out.

    I've been googling all day and not getting much help there.

    There exists an active GitHub site with a zstd-v1.5.7-win64.zip downloadable file, as well as the source code.

    I just can't figure out how to set that up so Strawberry Perl's CPAN can hook into it.

    Any thoughts greatly appreciated!

      There exists an active GitHub site with a zstd-v1.5.7-win64.zip downloadable file

      Yep - that should do the trick.
      Copy its dll/libzstd.dll.a into the ext/zstd/lib folder, and rename it to libzstd.a.
      Then copy the dll/libzstd.dll file into your strawberry/perl/bin folder.
      Then just do step "5." from my earlier post.
      Worked for me !!

      Cheers,
      Rob