Audio (110) Datatype (15) Demo (64) Development (257) Document (68) Driver (19) Emulation (66) Game (558) Graphics (232) Library (23) Network (65) Office (22) Utility (288) Video (19)
Total files: 1806
Full index file Recent index file
Part of Aros World Exec |
[Show comments] [Show snapshots] [Show videos] [Show content] [Replace file] ==================================================================
lzop -- a very fast file compressor
==================================================================
Author : Markus Franz Xaver Johannes Oberhumer
<markus()oberhumer.com>
http://www.oberhumer.com/opensource/lzop/
Version : 1.04
Date : 10-Aug-2017
Introduction
------------
lzop is a file compressor similar to gzip. Its main advantages over gzip
are much higher compression and decompression speed at the cost of
some compression ratio.
lzop was designed with the following goals in mind:
- speed (both compression and decompression)
- reasonable drop-in compatibility to gzip
- portability
==================================================================
Compiled for Aros 64 bit (ABIv11) by Farox.
Sources are included, to compile i used a Configure script under Linux
(Aros64config.sh), to build on your cross-compiler you need to adjust all the
path, run the script, and after correctly configured...type make to build the
program.
For a complete info read the official README.
|