installation - Cannot install older version of ImageMagick via Homebrew -
i need install imagemagick 6.5.8 (or earlier might do), when checkout earlier commit, installs latest version (6.6.9-4). did this:
$ git checkout -b im-6.5.6 ff414bb
(then confirmed working tree shows correct version of imagemagick.rb, @url = .tar of version 6.5.6-5)
$ brew install imagemagick
(and says checking out tag 6.6.9-4 , proceeds install version)
any appreciated. thx.
hope managed find solution, if not. heres 1 worked me on related issue.
brew install https://github.com/adamv/homebrew-alt/raw/master/versions/imagemagick-ruby186.rb
this install imagemagic 6.5.9-8
Comments
Post a Comment