File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -330,10 +330,14 @@ Prerequisites are installed on **Ubuntu 14.04 LTS** with::
330
330
331
331
Then see ``depends/install_raqm.sh `` to install libraqm.
332
332
333
- Prerequisites are installed on ** Fedora 23 ** with::
333
+ Prerequisites are installed on recent ** RedHat ** ** Centos ** or ** Fedora ** with::
334
334
335
335
$ 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.
337
341
338
342
See also the ``Dockerfile ``\s in the Test Infrastructure repo
339
343
(https://github.com/python-pillow/docker-images) for a known working
You can’t perform that action at this time.
0 commit comments