Lines Matching full:lz4
1 LZ4 - Library Files
7 #### Minimal LZ4 build
9 The minimum required is **`lz4.c`** and **`lz4.h`**,
13 #### The High Compression variant of LZ4
18 The variant still depends on regular `lz4` source files.
19 In particular, the decompression is still provided by `lz4.c`.
24 In order to produce files or streams compatible with `lz4` command line utility,
25 it's necessary to encode lz4-compressed blocks using the [official interoperable frame format].
27 In order to work properly, lz4frame needs lz4 and lz4hc, and also **xxhash**,
46 The header files `lz4.h`, `lz4hc.h`, `lz4frame.h` and the dynamic library
49 It means that if a project that uses LZ4 consists of a single `test-dll.c`
54 The compiled executable will require LZ4 DLL which is available at `dll\liblz4.dll`.
62 - Makefile : script to compile or install lz4 library (static or dynamic)