File tree Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Original file line number Diff line number Diff line change @@ -316,23 +316,22 @@ Or for Python 3::
316
316
317
317
.. Note :: ``redhat-rpm-config`` is required on Fedora 23, but not earlier versions.
318
318
319
- Prerequisites can be installed on **Ubuntu 14.04 LTS ** with::
319
+ Prerequisites are installed on **Ubuntu 14.04 LTS ** with::
320
320
321
321
$ sudo apt-get install libtiff5-dev libjpeg8-dev zlib1g-dev \
322
322
libfreetype6-dev liblcms2-dev libwebp-dev libharfbuzz-dev libfribidi-dev \
323
323
tcl8.6-dev tk8.6-dev python-tk
324
324
325
325
Then see ``depends/install_raqm.sh `` to install libraqm.
326
326
327
- Prerequisites can be installed on **RedHat/CentOS 7.4 ** with::
328
-
329
- $ sudo yum install libjpeg-devel libwebp-devel freetype-devel openjpeg2-devel \
330
- libtiff-devel libimagequant-devel lcms2-devel
331
-
332
- Prerequisites can be installed on **Fedora 23 ** with::
327
+ Prerequisites are installed on recent **RedHat ** **Centos ** or **Fedora ** with::
333
328
334
329
$ sudo dnf install libtiff-devel libjpeg-devel zlib-devel freetype-devel \
335
- lcms2-devel libwebp-devel tcl-devel tk-devel libraqm-devel
330
+ lcms2-devel libwebp-devel tcl-devel tk-devel libraqm-devel \
331
+ libimagequant-devel
332
+
333
+ Note that the package manager may be yum or dnf, depending on the
334
+ exact distribution.
336
335
337
336
See also the ``Dockerfile ``\s in the Test Infrastructure repo
338
337
(https://github.com/python-pillow/docker-images) for a known working
You can’t perform that action at this time.
0 commit comments