Skip to content
代码片段 群组 项目
README.md 305 字节
更新 更旧
  • 了解如何忽略特定修订
  • # Single File Zstandard Decompression Library
    
    Create the file using the shell script:
    ```
    cd zstd/contrib/declib
    ./combine.sh -r "../../lib ../../lib/common ../../lib/decompress" zstddeclib-in.c > zstddeclib.c
    ```
    Then add the resulting file to your project (see the [test sources](tests) for examples).