Skip to content

Commit 9afd0bb

Browse files
hughberobryk
authored andcommitted
Add Alpine Linux libpng instructions
1 parent e09417e commit 9afd0bb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ sequential (nonprogressive) JPEGs due to faster decompression speeds they offer.
2222
* On Ubuntu, do `apt-get install libpng-dev`.
2323
* On Fedora, do `dnf install libpng-devel`.
2424
* On Arch Linux, do `pacman -S libpng`.
25+
* On Alpine Linux, do `apk add libpng-dev`.
2526
3. Run `make` and expect the binary to be created in `bin/Release/guetzli`.
2627

2728
## On Windows

0 commit comments

Comments
 (0)