Merge pull request #6065 from hugovk/mac-install-openjpeg

macOS: 'brew install openjpeg' for JPEG2000 support
This commit is contained in:
mergify[bot] 2022-02-17 23:09:32 +00:00 committed by GitHub
commit 29b7030631
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -291,7 +291,7 @@ tools.
The easiest way to install external libraries is via `Homebrew
<https://brew.sh/>`_. After you install Homebrew, run::
brew install libtiff libjpeg webp little-cms2
brew install libjpeg libtiff little-cms2 openjpeg webp
To install libraqm on macOS use Homebrew to install its dependencies::