Lines Matching refs:LZ4
1 LZ4 Windows binary package
7 - `dll\liblz4.dll` : The DLL of LZ4 library
8 - `dll\liblz4.lib` : The import library of LZ4 library for Visual C++
9 - `example\` : The example of usage of LZ4 library
10 - `include\` : Header files required with LZ4 library
11 - `static\liblz4_static.lib` : The static LZ4 library
29 #### The example of usage of static and dynamic LZ4 libraries with gcc/MinGW
32 `fullbench-dll` uses a dynamic LZ4 library from the `dll` directory.
33 `fullbench-lib` uses a static LZ4 library from the `lib` directory.
36 #### Using LZ4 DLL with gcc/MinGW
41 It means that if a project that uses LZ4 consists of a single `test-dll.c`
46 The compiled executable will require LZ4 DLL which is available at `dll\liblz4.dll`.
49 #### The example of usage of static and dynamic LZ4 libraries with Visual C++
52 dynamic LZ4 library from the `dll` directory. The solution works with Visual C++
57 #### Using LZ4 DLL with Visual C++
69 The compiled executable will require LZ4 DLL which is available at `dll\liblz4.dll`.