Skip to content

build2-packaging/zstd

Repository files navigation

zstd - Zstandard lossless compression algorithm

This is a build2 package repository for zstd, a fast lossless compression algorithm, targeting real-time compression scenarios at zlib-level and better compression ratios.

This file contains setup instructions and other details that are more appropriate for development rather than consumption. If you want to use zstd in your build2-based project, then instead see the accompanying PACKAGE-README.md files:

The development setup for zstd uses the standard bdep-based workflow. For example:

git clone .../zstd.git
cd zstd

bdep init -C @gcc cc config.c=gcc
bdep update
bdep test