Merge pull request #845 from philippem/update-build-osx

Update macOS build instructions to support building dmg
This commit is contained in:
Steven Roose 2020-03-31 10:58:35 +01:00 committed by GitHub
commit 4df8f458b3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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