Cannot install older version of ImageMagick via Homebrew

若如初见. 提交于 2019-12-31 04:27:05

问题


I need to install ImageMagick 6.5.8 (or earlier might do), but even when I checkout an earlier commit, it installs the latest version (6.6.9-4). I did this:

$ git checkout -b im-6.5.6 ff414bb   

(then confirmed that the working tree shows the correct version of imagemagick.rb, with @url = a .tar of version 6.5.6-5)

$ brew install imagemagick 

(and it says Checking out tag 6.6.9-4 and then proceeds to install that version)

Any help would be appreciated. Thx.


回答1:


Hope you managed to find a solution, if not. Heres one that worked for me on another related issue.

brew install https://github.com/adamv/homebrew-alt/raw/master/versions/imagemagick-ruby186.rb

This will install ImageMagic 6.5.9-8



来源:https://stackoverflow.com/questions/6767968/cannot-install-older-version-of-imagemagick-via-homebrew

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!