%general-entities; ]> Lz4 &lz4-version;
&lz4-url;
Lz4-&lz4-version; Lz4 <para>Lz4 is a lossless compression algorithm, providing compression speed greater than 500 MB/s per core. It features an extremely fast decoder, with speed in multiple GB/s per core. Lz4 can work with Zstandard to allow both algorithms to compress data faster.</para> <segmentedlist> <segtitle>&buildtime;</segtitle> <segtitle>&diskspace;</segtitle> <seglistitem> <seg>&lz4-fin-sbu;</seg> <seg>&lz4-fin-du;</seg> </seglistitem> </segmentedlist> </sect2> <sect2 role="installation"> <title>Installation of Lz4 Compile the package: make BUILD_STATIC=no To test the results, issue: make -j1 check Install the package: make BUILD_STATIC=no PREFIX=/usr install Installation of Lz4 - 32bit Clean previous build: make clean Compile the package: CC="gcc -m32" make BUILD_STATIC=no Install the package: make BUILD_STATIC=no PREFIX=/usr LIBDIR=/usr/lib32 DESTDIR=$(pwd)/m32 install && cp -a m32/usr/lib32/* /usr/lib32/ Installation of Lz4 - x32bit Clean previous build: make clean Compile the package: CC="gcc -mx32" make BUILD_STATIC=no Install the package: make BUILD_STATIC=no PREFIX=/usr LIBDIR=/usr/libx32 DESTDIR=$(pwd)/mx32 install && cp -a mx32/usr/libx32/* /usr/libx32/ Contents of Lz4 Installed programs Installed library lz4, lz4c (link to lz4), lz4cat (link to lz4), and unlz4 (link to lz4) liblz4.so Short Descriptions lz4 Compresses or decompresses files using the LZ4 format lz4 lz4c Compresses files using the LZ4 format lz4c lz4cat Lists the contents of a file compressed using the LZ4 format lz4cat unlz4 Decompresses files using the LZ4 format unlz4 liblz4 The library implementing lossless data compression, using the LZ4 algorithm liblz4