%general-entities; ]> zstd &zstd-version;
&zstd-url;
Zstd-&zstd-version; zstd <para>Zstandard is a real-time compression algorithm, providing high compression ratios. It offers a very wide range of compression / speed trade-offs, while being backed by a very fast decoder.</para> <segmentedlist> <segtitle>&buildtime;</segtitle> <segtitle>&diskspace;</segtitle> <seglistitem> <seg>&zstd-fin-sbu;</seg> <seg>&zstd-fin-du;</seg> </seglistitem> </segmentedlist> </sect2> <sect2 role="installation"> <title>Installation of Zstd Compile the package: make In the test output there are several places that indicate 'failed'. These are expected and only 'FAIL' is an actual test failure. There should be no test failures. To test the results, issue: make check Install the package: make prefix=/usr install Remove the static library: rm -v /usr/lib/libzstd.a Contents of Zstd Installed programs Installed library zstd, zstdcat (link to zstd), zstdgrep, zstdless, zstdmt (link to zstd), and unzstd (link to zstd) libzstd.so Short Descriptions zstd Compresses or decompresses files using the ZSTD format zstd zstdgrep Runs grep on ZSTD compressed files zstdgrep zstdless Runs less on ZSTD compressed files zstdless libzstd The library implementing lossless data compression, using the ZSTD algorithm libzstd