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