Add ubuntu package support
brendanheywood opened this issue · 2 comments
brendanheywood commented
It would greatly grease the wheels of adoption if this had an ubuntu / apt install option
glensc commented
use pecl:
pecl install zstd
checked with ubuntu docker image:
docker run --rm -it ubuntu
apt update
DEBIAN_FRONTEND=noninteractive apt install -y php-dev php-pear build-essential ca-certificates
pecl install zstdSarke commented
Ubuntu packages are provided by Ondrej Sury's great PPA: