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

Popular posts from this blog

linux - Using a Cron Job to check if my mod_wsgi / apache server is running and restart -

actionscript 3 - TweenLite does not work with object -

jQuery Ajax Render Fragments OR Whole Page -