Skip to content

Commit 9694cfc

Browse files
authored
Merge pull request #7564 from nulano/config-docs
Use --config-settings in external libraries list in installation.rst
2 parents 6b75268 + 10fd7ff commit 9694cfc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/installation.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -151,13 +151,13 @@ Many of Pillow's features require external libraries:
151151

152152
* Pillow has been tested with libjpeg versions **6b**, **8**, **9-9d** and
153153
libjpeg-turbo version **8**.
154-
* Starting with Pillow 3.0.0, libjpeg is required by default, but
155-
may be disabled with the ``--disable-jpeg`` flag.
154+
* Starting with Pillow 3.0.0, libjpeg is required by default. It can be
155+
disabled with the ``-C jpeg=disable`` flag.
156156

157157
* **zlib** provides access to compressed PNGs
158158

159-
* Starting with Pillow 3.0.0, zlib is required by default, but may
160-
be disabled with the ``--disable-zlib`` flag.
159+
* Starting with Pillow 3.0.0, zlib is required by default. It can be
160+
disabled with the ``-C zlib=disable`` flag.
161161

162162
* **libtiff** provides compressed TIFF functionality
163163

0 commit comments

Comments
 (0)