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