mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-13 18:56:17 +03:00
added instructions for Fedora 23
Fedora has moved from `yum` to `dnf`, and I've found that the `redhat-rpm-config` package is required for Pillow to build.
This commit is contained in:
parent
a7c7aa171d
commit
8734941928
|
@ -268,7 +268,10 @@ Prerequisites are installed on **Fedora 20** with::
|
|||
$ sudo yum install libtiff-devel libjpeg-devel libzip-devel freetype-devel \
|
||||
lcms2-devel libwebp-devel tcl-devel tk-devel
|
||||
|
||||
Prerequisites are installed on **Fedora 23** with::
|
||||
|
||||
$ sudo dnf install libtiff-devel libjpeg-devel libzip-devel freetype-devel \
|
||||
lcms2-devel libwebp-devel tcl-devel tk-devel redhat-rpm-config
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user