Lines Matching refs:lz4
6 The following projects are included with the lz4 distribution:
10 #### How to compile lz4 with Visual Studio
13 2. Download the latest version of lz4 from https://github.com/lz4/lz4/releases
15 4. Go to decompressed directory then to `visual` then `VS2010` and open `lz4.sln`
19 8. If compilation will be fine a compiled executable will be in `visual\VS2010\bin\x64_Release\lz4.…
22 #### Projects available within lz4.sln
24 The Visual Studio solution file `lz4.sln` contains many projects that will be compiled to the
25 `visual\VS2010\bin\$(Platform)_$(Configuration)` directory. For example `lz4` set to `x64` and
26 `Release` will be compiled to `visual\VS2010\bin\x64_Release\lz4.exe`. The solution file contains t…
29 - `lz4` : Command Line Utility, supporting gzip-like arguments
32 - `fullbench` : Precisely measure speed for each lz4 inner functions
33 - `fuzzer` : Test tool, to check lz4 integrity on target platform
41 The header files `lib\lz4.h`, `lib\lz4hc.h`, `lib\lz4frame.h` and the import library