mirror of
https://github.com/discourse/discourse.git
synced 2025-03-24 04:55:31 +08:00
install imagemagick@6 for OSX native development (#5411)
This commit is contained in:
parent
2a32536645
commit
0207b7ca58
@ -191,9 +191,11 @@ Download from https://www.google.com/chrome/index.html
|
|||||||
|
|
||||||
## ImageMagick
|
## ImageMagick
|
||||||
|
|
||||||
ImageMagick is used for generating avatars (including for test fixtures).
|
ImageMagick is used for generating avatars (including for test fixtures). Brew installs ImageMagick 7 by default, and this version
|
||||||
|
doesn't work with Discourse.
|
||||||
|
|
||||||
brew install imagemagick
|
brew install imagemagick@6
|
||||||
|
brew link --force imagemagick@6
|
||||||
|
|
||||||
ImageMagick is going to want to use the Helvetica font to generate the
|
ImageMagick is going to want to use the Helvetica font to generate the
|
||||||
letter-avatars:
|
letter-avatars:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user