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:
Zandr Martin 2016-02-14 16:51:34 -06:00 committed by wiredfool
parent a7c7aa171d
commit 8734941928

View File

@ -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