Help for this page

Select Code to Download


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