From e71030d217199ccb95958c780c11ab783d065bbd Mon Sep 17 00:00:00 2001 From: Vincent Rabaud Date: Wed, 3 Apr 2024 11:11:47 +0200 Subject: [PATCH] Add Macports and MinGW instructions. --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 9c28f6a169..148b5cc127 100644 --- a/README.md +++ b/README.md @@ -33,9 +33,14 @@ You can also download the official windows binaries on the ### macOS +Homebrew: ```sh brew install libavif ``` +MacPorts: +```sh +sudo port install libavif +``` ### Linux @@ -48,6 +53,13 @@ Red Hat-based distributions: sudo yum -y install libavif ``` +### MinGW + +For the "default" MSYS2 UCRT64 environment: +```sh +pacman -S mingw-w64-ucrt-x86_64-libavif +``` + ## Build Notes Building libavif requires [CMake](https://cmake.org/).