From 108eee1bddef32d9471589df51c19e93bab394a8 Mon Sep 17 00:00:00 2001 From: Nulano Date: Mon, 20 Nov 2023 19:39:49 +0100 Subject: [PATCH 1/2] use --config-settings in external libraries list --- docs/installation.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/installation.rst b/docs/installation.rst index 8a88ecf24ff..a0b6f867db1 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -152,12 +152,12 @@ Many of Pillow's features require external libraries: * Pillow has been tested with libjpeg versions **6b**, **8**, **9-9d** and libjpeg-turbo version **8**. * Starting with Pillow 3.0.0, libjpeg is required by default, but - may be disabled with the ``--disable-jpeg`` flag. + may be disabled with the ``-C jpeg=disable`` flag. * **zlib** provides access to compressed PNGs * Starting with Pillow 3.0.0, zlib is required by default, but may - be disabled with the ``--disable-zlib`` flag. + be disabled with the ``-C zlib=disable`` flag. * **libtiff** provides compressed TIFF functionality From 10fd7ff5391b12feccba8d228417e4126e7d9145 Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Tue, 21 Nov 2023 08:25:39 +1100 Subject: [PATCH 2/2] Remove implication that "-C" is since Pillow 3.0.0 --- docs/installation.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/installation.rst b/docs/installation.rst index a0b6f867db1..ed25c551a64 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -151,13 +151,13 @@ Many of Pillow's features require external libraries: * Pillow has been tested with libjpeg versions **6b**, **8**, **9-9d** and libjpeg-turbo version **8**. - * Starting with Pillow 3.0.0, libjpeg is required by default, but - may be disabled with the ``-C jpeg=disable`` flag. + * Starting with Pillow 3.0.0, libjpeg is required by default. It can be + disabled with the ``-C jpeg=disable`` flag. * **zlib** provides access to compressed PNGs - * Starting with Pillow 3.0.0, zlib is required by default, but may - be disabled with the ``-C zlib=disable`` flag. + * Starting with Pillow 3.0.0, zlib is required by default. It can be + disabled with the ``-C zlib=disable`` flag. * **libtiff** provides compressed TIFF functionality