Skip to content

Commit

Permalink
Mention how to compile on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
jweyrich committed Sep 3, 2023
1 parent 262f7f4 commit e025ca0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ Install `libpng`:
cd imgify
make

If you're on macOS, you need to install libpng using [Homebrew](https://brew.sh/) and run `make` using some extra flags. Example:

CFLAGS="-I$(libpng-config --prefix)/include" LDFLAGS="-L$(libpng-config --prefix)/lib" make

## Usage

### bin2png
Expand Down

0 comments on commit e025ca0

Please sign in to comment.