Add homebrew tools required for image manipulation

- libicns provides png2icon
- imagemagick provides convert
This commit is contained in:
Phil McLean 2020-03-30 14:24:44 -07:00
parent 3c029f42bd
commit 366befb0aa

View file

@ -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
-----------