From b713330b00a170f37585e26a6733804ae895fccd Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Sat, 1 Jul 2017 21:14:41 +1000 Subject: [PATCH] Fixed wording [ci skip] --- docs/installation.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/installation.rst b/docs/installation.rst index f335080b8..56520add1 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -176,8 +176,8 @@ Many of Pillow's features require external libraries: shaping (using HarfBuzz), and proper script itemization. As a result, Raqm can support most writing systems covered by Unicode. * libraqm depends on the following libraries: FreeType, HarfBuzz, - FriBiDi, make sure that install them before install libraqm if not - available as package in your system. + FriBiDi, make sure that you install them before install libraqm + if not available as package in your system. * setting text direction or font features is not supported without libraqm. * Windows support: Raqm support is currently unsupported on Windows. @@ -213,7 +213,7 @@ Build Options * Build flags: ``--disable-zlib``, ``--disable-jpeg``, ``--disable-tiff``, ``--disable-freetype``, ``--disable-tcl``, ``--disable-tk``, ``--disable-lcms``, ``--disable-webp``, - ``--disable-webpmux``, ``--disable-jpeg2000``, + ``--disable-webpmux``, ``--disable-jpeg2000``, ``--disable-imagequant``, ``--disable-raqm``. Disable building the corresponding feature even if the development libraries are present on the building machine.