mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-04-27 20:43:43 +03:00
list --{dis,en}able-raqm
options in installation documentation
This commit is contained in:
parent
50f7888e3a
commit
07a3aef3ef
|
@ -369,21 +369,21 @@ Build Options
|
||||||
available, as many as are present.
|
available, as many as are present.
|
||||||
|
|
||||||
* Build flags: ``--disable-zlib``, ``--disable-jpeg``,
|
* Build flags: ``--disable-zlib``, ``--disable-jpeg``,
|
||||||
``--disable-tiff``, ``--disable-freetype``, ``--disable-lcms``,
|
``--disable-tiff``, ``--disable-freetype``, ``--disable-raqm``,
|
||||||
``--disable-webp``, ``--disable-webpmux``, ``--disable-jpeg2000``,
|
``--disable-lcms``, ``--disable-webp``, ``--disable-webpmux``,
|
||||||
``--disable-imagequant``, ``--disable-xcb``.
|
``--disable-jpeg2000``, ``--disable-imagequant``, ``--disable-xcb``.
|
||||||
Disable building the corresponding feature even if the development
|
Disable building the corresponding feature even if the development
|
||||||
libraries are present on the building machine.
|
libraries are present on the building machine.
|
||||||
|
|
||||||
* Build flags: ``--enable-zlib``, ``--enable-jpeg``,
|
* Build flags: ``--enable-zlib``, ``--enable-jpeg``,
|
||||||
``--enable-tiff``, ``--enable-freetype``, ``--enable-lcms``,
|
``--enable-tiff``, ``--enable-freetype``, ``--enable-raqm``,
|
||||||
``--enable-webp``, ``--enable-webpmux``, ``--enable-jpeg2000``,
|
``--enable-lcms``, ``--enable-webp``, ``--enable-webpmux``,
|
||||||
``--enable-imagequant``, ``--enable-xcb``.
|
``--enable-jpeg2000``, ``--enable-imagequant``, ``--enable-xcb``.
|
||||||
Require that the corresponding feature is built. The build will raise
|
Require that the corresponding feature is built. The build will raise
|
||||||
an exception if the libraries are not found. Webpmux (WebP metadata)
|
an exception if the libraries are not found. Webpmux (WebP metadata)
|
||||||
relies on WebP support. Tcl and Tk also must be used together.
|
relies on WebP support. Tcl and Tk also must be used together.
|
||||||
|
|
||||||
* Build flags: ``--vendor-raqm --vendor-fribidi``
|
* Build flags: ``--vendor-raqm``, ``--vendor-fribidi``.
|
||||||
These flags are used to compile a modified version of libraqm and
|
These flags are used to compile a modified version of libraqm and
|
||||||
a shim that dynamically loads libfribidi at runtime. These are
|
a shim that dynamically loads libfribidi at runtime. These are
|
||||||
used to compile the standard Pillow wheels. Compiling libraqm requires
|
used to compile the standard Pillow wheels. Compiling libraqm requires
|
||||||
|
|
Loading…
Reference in New Issue
Block a user