mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-05 06:50:29 +03: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
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue