Can't install imagemagick with brew on Mac OS X mavericks

后端 未结 7 2094
星月不相逢
星月不相逢 2021-02-02 07:54

I am using Homebrew v0.9.5 on my Mac OS X version 10.9.4

When I run the command: `brew install imagemagick, this error occurred.

$ brew install imagemagi         


        
7条回答
  •  执笔经年
    2021-02-02 08:32

    Have you tried a

    $ brew update
    $ brew install imagemagick --disable-openmp --build-from-source
    

    Apparently that seemed to fix it for me on Mac OS 10.8 (Mountain Lion). Previously I checked out the latest imagemagick brew recipe with "brew versions imagemagick" and "git checkout e68e443", see here and here

提交回复
热议问题