in reply to How to install Compress::Stream::Zstd in Strawberry Perl?
4. In the MSYS2 shell, run "make CC=gcc":$ export PATH=$PATH:/c/sp/_64/sp-5.40.0.1-PDL/c/bin
5. When that has finished, open a Windows cmd.exe shell that is set up to run Strawberry Perl, and cd to the Compress-Stream-Zstd-0.206 folder into which the tar.gz file was unpacked and run, in order:$ make CC=gcc
There might be other ways to achieve success. (Maybe use Cygwin instead of MSYS2 ?)> perl Build.PL > perl Build > perl Build test > perl Build install. Here is the output I got from running the test suite: <c> D:\s\Compress-Stream-Zstd-0.206>perl Build test t\00_compile.t .............. ok t\01_basic.t ................ # # Compress::Stream::Zstd Version 0.206 # ZSTD_VERSION_NUMBER 10505 # ZSTD_VERSION_STRING 1.5.5 # ZSTD_MAX_CLEVEL 22 # ZSTD_MIN_CLEVEL -131072 # t\01_basic.t ................ ok t\02_streaming.t ............ ok t\03_context.t .............. ok t\04_dictionary.t ........... ok t\05_streaming_windowlog.t .. ok All tests successful. Files=6, Tests=45, 1 wallclock secs ( 0.08 usr + 0.01 sys = 0.09 CP +U) Result: PASS
|
---|