ImageMagick and OS X Lion trouble

前端 未结 13 1151
时光取名叫无心
时光取名叫无心 2020-12-04 06:55

[edit] I was troubleshooting problems with my development environment when I noticed one of my problems was the dependency on ImageMagick, since it\'s a vit

13条回答
  •  一整个雨季
    2020-12-04 07:52

    On 10.8, with brew, I solved this issue with:

    brew install graphicsmagick
    

    For the googlers: If you happened to have it installed with brew beforehand, you'll need to reinstall by running brew uninstall graphicsmagick before installing again. Easy.

提交回复
热议问题