1
0
mirror of https://github.com/facebook/zstd.git synced 2026-01-06 11:21:19 +03:00
This commit is contained in:
Carl Woffenden
2019-08-27 16:55:03 +02:00
parent ec12721538
commit 59052d5fd8

View File

@@ -1,6 +1,6 @@
# Single File Zstandard Decompression Library
The script `combine.sh` creates an _amalgamted_ source file that can be used with or without `zstd.h`. This isn't a _header-only_ file but it does offer a similar level of simplicity when integrating into a project.
The script `combine.sh` creates an _amalgamated_ source file that can be used with or without `zstd.h`. This isn't a _header-only_ file but it does offer a similar level of simplicity when integrating into a project.
Create `zstddeclib.c` from the Zstd source using:
```