Skip to content

Commit

Permalink
Merge pull request #2919 from wiredfool/pr_2838
Browse files Browse the repository at this point in the history
Pr 2838
  • Loading branch information
wiredfool committed Jan 1, 2018
2 parents fba406c + 659906c commit bff4f4a
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -330,10 +330,14 @@ Prerequisites are installed on **Ubuntu 14.04 LTS** with::

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

Prerequisites are installed on **Fedora 23** with::
Prerequisites are installed on recent **RedHat** **Centos** or **Fedora** with::

$ sudo dnf install libtiff-devel libjpeg-devel zlib-devel freetype-devel \
lcms2-devel libwebp-devel tcl-devel tk-devel libraqm-devel
lcms2-devel libwebp-devel tcl-devel tk-devel libraqm-devel \
libimagequant-devel

Note that the package manager may be yum or dnf, depending on the
exact distribution.

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

0 comments on commit bff4f4a

Please sign in to comment.