mirror of
https://gitlab.com/fdroid/fdroidserver.git
synced 2024-11-20 13:50:12 +01: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:
commit
1e6069e20e
@ -66,7 +66,7 @@ via other mechanisms like Brew/dnf/pacman/emerge/Fink/MacPorts.
|
|||||||
|
|
||||||
For Debian based distributions:
|
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:
|
Then here's how to install:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user