Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ubuntu package support #36

Open
brendanheywood opened this issue Oct 20, 2020 · 2 comments
Open

Add ubuntu package support #36

brendanheywood opened this issue Oct 20, 2020 · 2 comments

Comments

@brendanheywood
Copy link

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

@glensc
Copy link
Contributor

glensc commented Jan 3, 2021

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
Copy link

Sarke commented Mar 14, 2021

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

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants