Skip to content

Commit bff4f4a

Browse files
authored
Merge pull request #2919 from wiredfool/pr_2838
Pr 2838
2 parents fba406c + 659906c commit bff4f4a

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

docs/installation.rst

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -330,10 +330,14 @@ Prerequisites are installed on **Ubuntu 14.04 LTS** with::
330330

331331
Then see ``depends/install_raqm.sh`` to install libraqm.
332332

333-
Prerequisites are installed on **Fedora 23** with::
333+
Prerequisites are installed on recent **RedHat** **Centos** or **Fedora** with::
334334

335335
$ sudo dnf install libtiff-devel libjpeg-devel zlib-devel freetype-devel \
336-
lcms2-devel libwebp-devel tcl-devel tk-devel libraqm-devel
336+
lcms2-devel libwebp-devel tcl-devel tk-devel libraqm-devel \
337+
libimagequant-devel
338+
339+
Note that the package manager may be yum or dnf, depending on the
340+
exact distribution.
337341

338342
See also the ``Dockerfile``\s in the Test Infrastructure repo
339343
(https://github.com/python-pillow/docker-images) for a known working

0 commit comments

Comments
 (0)