kjdev/php-ext-zstd

Add ubuntu package support

brendanheywood opened this issue · 2 comments

It would greatly grease the wheels of adoption if this had an ubuntu / apt install option

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 zstd
Sarke commented

Ubuntu packages are provided by Ondrej Sury's great PPA:

https://launchpad.net/~ondrej/+archive/ubuntu/php