mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-13 12:33:42 +02:00
Add homebrew tools required for image manipulation
- libicns provides png2icon - imagemagick provides convert
This commit is contained in:
parent
3c029f42bd
commit
366befb0aa
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
-----------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue