Lines Matching +full:carry +full:- +full:less
5 ------------------------------------------------------------------
7 lossless, block-sorting data compression.
10 Copyright (C) 1996-2019 Julian Seward <jseward@acm.org>
16 ------------------------------------------------------------------
19 PDF (manual.pdf) or html (manual.html). A plain-text version of the
23 HOW TO BUILD -- UNIX
26 bzip2 and bzip2recover. Six self-tests are run. If the self-tests
27 complete ok, carry on to installation:
41 make -n install or
42 make -n install PREFIX=/xxx/yyy respectively.
44 The -n instructs make to show the commands it would execute, but not
48 HOW TO BUILD -- UNIX, shared library libbz2.so.
50 Do 'make -f Makefile-libbz2_so'. This Makefile seems to work for
51 Linux-ELF (RedHat 7.2 on an x86 box), with gcc. I make no claims
55 bzip2-shared, a client of the shared library, is also built, but not
56 self-tested. So I suggest you also build using the normal Makefile,
57 since that conducts a self-test. A second reason to prefer the
60 to gcc, resulting in a slowdown of 10%-20%, at least for bzip2.
66 Makefile-libbz2_so will not work with any program which used an older
72 HOW TO BUILD -- Windows 95, NT, DOS, Mac, etc.
77 (FWIW), bzip2-1.0.X is very standard ANSI C and should compile
84 nmake -f makefile.msc
86 (you may need to first run the MSVC-provided script VCVARS32.BAT
107 performing several non-trivial transformations on it.
125 special cases in the code which occur with very low but non-zero
140 to carry out a patent search. Therefore I cannot give any
148 * -t (test mode) is a lot quicker
151 * Less restrictive (BSD-style) licensing
158 * Compression speed is much less sensitive to the input
169 bzip2-devel@sourceware.org
171 comments, suggestions and patches after the releases of bzip-0.15,
172 bzip-0.21, and bzip2 versions 0.1pl2, 0.9.0, 0.9.5, 1.0.0, 1.0.1,