Skip to content

Commit

Permalink
Add Macports and MinGW instructions.
Browse files Browse the repository at this point in the history
  • Loading branch information
vrabaud committed Apr 3, 2024
1 parent 32ec046 commit e71030d
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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/).
Expand Down

0 comments on commit e71030d

Please sign in to comment.