1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-10-03 17:50:11 +02:00

Merge branch 'fix-jpeg' into 'master'

Added libjpeg and zlib dependency in README

It seems these dependencies are also required.

See https://github.com/python-pillow/Pillow/issues/1457

See merge request !118
This commit is contained in:
Daniel Martí 2016-04-06 06:56:32 +00:00
commit 1e6069e20e

View File

@ -66,7 +66,7 @@ via other mechanisms like Brew/dnf/pacman/emerge/Fink/MacPorts.
For Debian based distributions:
apt-get install python3-dev python3-pip virtualenv
apt-get install python3-dev python3-pip libjpeg-dev zlib1g-dev virtualenv
Then here's how to install: