Skip to content

Commit

Permalink
libavif now exists as a Homebrew formula
Browse files Browse the repository at this point in the history
  • Loading branch information
radarhere committed Nov 28, 2024
1 parent e97c531 commit 58c2e9a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/installation/building-from-source.rst
Original file line number Diff line number Diff line change
Expand Up @@ -164,15 +164,17 @@ 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
brew install libavif 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.

To install libavif on macOS use Homebrew to install its build dependencies::
If you would to use libavif with more codecs than just aom, rather than
installing libavif through Homebrew directly, you use Homebrew to install
its build dependencies::

brew install aom dav1d rav1e

Expand Down

0 comments on commit 58c2e9a

Please sign in to comment.