Correct libimagequant installation requirements [ci skip]

This commit is contained in:
Andrew Murray 2019-04-22 11:34:10 +10:00
parent 8ec3ab1731
commit 16ef9e5746

View File

@ -173,7 +173,7 @@ Many of Pillow's features require external libraries:
* Libimagequant is licensed GPLv3, which is more restrictive than * Libimagequant is licensed GPLv3, which is more restrictive than
the Pillow license, therefore we will not be distributing binaries the Pillow license, therefore we will not be distributing binaries
with libimagequant support enabled. with libimagequant support enabled.
* Windows support: Libimagequant requires VS2013/MSVC 18 to compile, * Windows support: Libimagequant requires VS2015/MSVC 19 to compile,
so it is unlikely to work with Python 2.7 on Windows. so it is unlikely to work with Python 2.7 on Windows.
* **libraqm** provides complex text layout support. * **libraqm** provides complex text layout support.