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

Ubuntu dependencies also apply to Jammy #6511

Merged
merged 1 commit into from
Aug 19, 2022
Merged

Conversation

radarhere
Copy link
Member

https://pillow.readthedocs.io/en/stable/installation.html#building-on-linux

Prerequisites for Ubuntu 16.04 LTS - 20.04 LTS are installed with:

sudo apt-get install libtiff5-dev libjpeg8-dev libopenjp2-7-dev zlib1g-dev \
    libfreetype6-dev liblcms2-dev libwebp-dev tcl8.6-dev tk8.6-dev python3-tk \
    libharfbuzz-dev libfribidi-dev libxcb1-dev

All of the packages listed are still used in our docker install of Ubuntu 22.04.

The only exception is libxcb1-dev, which isn't installed anywhere in our repositories. The package is still available in Jammy though..

@hugovk hugovk merged commit c44eea2 into python-pillow:main Aug 19, 2022
@radarhere radarhere deleted the install branch August 19, 2022 04:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants