Merge pull request #8574 from radarhere/raqm

Use brew formula to install libraqm
This commit is contained in:
Hugo van Kemenade 2024-11-30 10:29:20 +02:00 committed by GitHub
commit c388ad06a4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -148,13 +148,7 @@ Many of Pillow's features require external libraries:
The easiest way to install external libraries is via `Homebrew
<https://brew.sh/>`_. After you install Homebrew, run::
brew install libjpeg libtiff little-cms2 openjpeg webp
To install libraqm on macOS use Homebrew to install its dependencies::
brew install freetype harfbuzz fribidi
Then see ``depends/install_raqm_cmake.sh`` to install libraqm.
brew install libjpeg libraqm libtiff little-cms2 openjpeg webp
.. tab:: Windows