From 366befb0aae32e416bcf84df59552e7fa873502d Mon Sep 17 00:00:00 2001 From: Phil McLean Date: Mon, 30 Mar 2020 14:24:44 -0700 Subject: [PATCH] Add homebrew tools required for image manipulation - libicns provides png2icon - imagemagick provides convert --- doc/build-osx.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/build-osx.md b/doc/build-osx.md index dbe142d44e..67b5b490b8 100644 --- a/doc/build-osx.md +++ b/doc/build-osx.md @@ -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 -----------