Skip to content

Commit

Permalink
Add homebrew tools required for image manipulation
Browse files Browse the repository at this point in the history
- libicns provides png2icon
- imagemagick provides convert
  • Loading branch information
Phil McLean committed Mar 30, 2020
1 parent 3c029f4 commit 366befb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/build-osx.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ Dependencies

See [dependencies.md](dependencies.md) for a complete overview.

If you want to build the disk image with `make deploy` (.dmg / optional), you need RSVG:
If you want to build the disk image with `make deploy` (.dmg / optional), you need image manipulation tools:

brew install librsvg
brew install librsvg libicns imagemagick

Berkeley DB
-----------
Expand Down

0 comments on commit 366befb

Please sign in to comment.