From : https://github.com/rmagick/rmagick/issues/27
Thanks to : https://github.com/wingfire
Working with Windows 7 64bit and Ruby 1.9.3.
1. Install Ghostscript
http://downloads.sourceforge.net/project/ghostscript/GPL%20Ghostscript/9.05/gs905w32.exe
Thanks to : https://github.com/wingfire
Working with Windows 7 64bit and Ruby 1.9.3.
1. Install Ghostscript
http://downloads.sourceforge.net/project/ghostscript/GPL%20Ghostscript/9.05/gs905w32.exe
2. Install Imagemagick
Use the 32 bit version, 64bit is not working.
http://www.imagemagick.org/download/binaries/ImageMagick-6.7.6-1-Q16-windows-dll.exe (2012-03-22)
Install dev headers (Check!)
Install into C:\opt\
3. Restart the console/cmd prompt/IDE/.. or just restart windows to make Imagemagick commands available
4. Install rmagick
gem install rmagick --platform=ruby -- --with-opt-lib=C:/opt/ImageMagick-6.7.6-Q16/lib --with-opt-include=c:/opt/ImageMagick-6.7.6-Q16/include
Don't works on ruby 1.8.7
ReplyDeleteThank you so much!
ReplyDeleteIt worked for me.
i have wasted my 3 days to install rmagic to find out how to install Rmagic and finally found solution here.
My Ruby version -> 1.9.3
Rails version -> 3.2.9
ImageMagick version ->ImageMagick-6.8.3-2-Q16-x86-dll.exe
i have installed ImageMagick here -> C:\opt\ImageMagick-6.8.3-Q16
Man, thanks a lot!
ReplyDeleteIt was a very big help!
Thanks a lot my friend! It's works!
ReplyDelete