Bump to lzop 1.04.01
[platform/upstream/lzop.git] / README
1 ==================================================================
2 lzop -- a very fast file compressor
3 ==================================================================
4
5 Author  : Markus Franz Xaver Johannes Oberhumer
6           <markus@oberhumer.com>
7           http://www.oberhumer.com/opensource/lzop/
8 Version : 1.04
9 Date    : 10-Aug-2017
10
11
12 Introduction
13 ------------
14 lzop is a file compressor similar to gzip. Its main advantages over gzip
15 are much higher compression and decompression speed at the cost of
16 some compression ratio.
17
18 lzop was designed with the following goals in mind:
19   - speed (both compression and decompression)
20   - reasonable drop-in compatibility to gzip
21   - portability
22
23
24 Short documentation
25 -------------------
26 For detailed usage information please take a look at doc/lzop.txt.
27
28 See the file NEWS for a list of major changes in the current release.
29
30 See the file INSTALL for compilation and installation instructions.
31
32
33 General functionality and behavior has been modelled very closely
34 after gzip. The main differences between lzop and gzip are:
35
36 - Files compressed by lzop will have the suffix '.lzo'
37
38 - lzop does not delete the input file(s) by default. But you can
39   use the option '-U' to achieve that.
40
41
42 lzop uses the LZO data compression library for compression
43 services. See http://www.oberhumer.com/opensource/lzo/ .
44
45
46 Directory overview:
47 -------------------
48 autoconf      Autoconf configuration files (UNIX specific)
49 B             various build support files for DOS, Windows, OS/2, ...
50 doc           documentation in various formats
51 src           source code
52
53
54 Have fun,
55 Markus
56