Lines Matching refs:libzstd
15 `libzstd` default scope is pretty large, including compression, decompression, dictionary builder,
29 When linking a POSIX program with a multithreaded version of `libzstd`,
59 It's possible to compile only a limited set of features within `libzstd`.
86 - While invoking `make libzstd`, it's possible to define build macros
94 `libzstd`.
131 - While invoking `make libzstd`, the build macro `ZSTD_LEGACY_MULTITHREADED_API=1`
157 DLL can be created using MinGW+MSYS with the `make libzstd` command.
158 This command creates `dll\libzstd.dll` and the import library `dll\libzstd.lib`.
160 The header file `zstd.h` and the dynamic library `dll\libzstd.dll` are required to
164 file it should be linked with `dll\libzstd.dll`. For example:
166 gcc $(CFLAGS) -Iinclude/ test-dll.c -o test-dll dll\libzstd.dll
168 The compiled executable will require ZSTD DLL which is available at `dll\libzstd.dll`.
182 This functionality only matters if `libzstd` is compiled multiple times
207 - `libzstd.pc.in` : script for `pkg-config` (used in `make install`)