kjdev / php-ext-zstd

Zstd Extension for PHP
MIT License
201 stars 27 forks source link

Add ubuntu package support #36

Open brendanheywood opened 3 years ago

brendanheywood commented 3 years ago

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

glensc commented 3 years ago

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 3 years ago

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

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