Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>I just installed RMagick 2.13.1 successfully on Windows with Ruby v1.9.x !</p> <p>Let me spill out the procedure, before I forget.</p> <ol> <li>Install DevKit : <a href="https://github.com/oneclick/rubyinstaller/wiki/Development-Kit" rel="noreferrer">https://github.com/oneclick/rubyinstaller/wiki/Development-Kit</a> .<br/></li> <li>Install ImageMagick 6.6.x with windows installer with headers.<br/> NOTE: <br/> -Do not install ImageMagick in a path which has spaces in it.<br/> The default path C:/Program Files/... will not work.<br/> Install it at a simpler path.<br/> -- Remove any older installations of ImageMagick and RMagick</li> <li><p>Set the paths in Environment Variables:</p> <p>set DFImageMagick environment variable to where ImageMagick is installed<br/> set PATH=%DFImageMagick%;%PATH% (if you don't already have it in PATH)<br/> set CPATH=%DFImageMagick%\include;%CPATH%<br/> set LIBRARY_PATH=%DFImageMagick%\lib;%LIBRARY_PATH%<br/></p></li> <li><p>Install RMagick gem : gem install rmagick <br/> This should say, Temporarily enhancing PATH to include DevKit... Building native extensions. This could take a while... After some time, Successfully installed rmagick 2.13.1</p></li> <li><p>Verify installation:</p> <p>A. convert -version <br/> this should give the ImageMagick installation version<br/> B. gem list --local should list rmagick 2.13.1<br/> Alternative: in irb, try <br/> require 'rmagick' <br/> it should return 'true'<br/></p></li> </ol> <p>Oh, I do like installations which complete in 5 steps.</p> <p>Hope this works for you and others.</p> <p>ref: </p> <p><a href="http://www.ruby-forum.com/topic/204353#new" rel="noreferrer">http://www.ruby-forum.com/topic/204353#new</a></p> <p><a href="http://www.waydotnet.com/blog/2010/02/rmagick-on-ruby-1-9-1-i386-mingw32-work-d/#" rel="noreferrer">http://www.waydotnet.com/blog/2010/02/rmagick-on-ruby-1-9-1-i386-mingw32-work-d/#</a><a href="http://www.waydotnet.com/blog/2010/02/rmagick-on-ruby-1-9-1-i386-mingw32-work-d/#" rel="noreferrer">link text</a></p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload