- or download this
$ perl -MCPAN -e shell
cpan> install Alien::Zstd
- or download this
c:/Strawberry/perl/site/lib/auto/share/dist/Alien-zstd/lib/libzstd.a
- or download this
cpan> install Compress::Stream::Zstd
...
...
Cannot find ext/zstd/lib/libzstd.a: No such file or directory
-or-
Something similar
- or download this
c:/Strawberry/cpan/build/Compress-Stream-Zstd-0.206-0
- or download this
$ 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
- or download this
$ cd c:/Strawberry/cpan/build/Compress-Stream-Zstd-0.206-0
$ perl ./Build.PL
$ ./Build
$ ./Build test
$ ./Build install