Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>Here yo go, to install ImageMagick and build the RMagick gem and make it all work.</p> <p>Follow below steps:</p> <ol> <li>Go <a href="http://www.imagemagick.org/script/download.php" rel="nofollow">here</a> mirror images.</li> <li>Download ImageMagick of any version <strong>except the currently latest release, which has some issues</strong></li> <li>Install it with options: Add to PATH and development headers. <strong>Installation path should not contain spaces</strong>.</li> <li><p>In the command line type convert -version to check if everything works. It should print something like:</p> <p>Version: ImageMagick 6.6.1-10 2010-05-15 Q16 <a href="http://www.imagemagick.org" rel="nofollow">http://www.imagemagick.org</a> Copyright: Copyright (C) 1999-2010 ImageMagick Studio LLC Features: OpenMP</p></li> <li><p>Install the <a href="https://github.com/oneclick/rubyinstaller/wiki/development-kit" rel="nofollow">DevKit</a> if you haven't already.</p></li> <li>Install the rmagick gem: <code>gem install rmagick --platform=ruby -- --with-opt-lib=c:/ruby192/ImageMagick/lib --with-opt-include=c:/ruby192/ImageMagick/include</code></li> </ol> <p>(Making sure the paths point to wherever you installed imagemagick)</p> <p>It should print</p> <pre><code>Temporarily enhancing PATH to include DevKit... Building native extensions. This could take a while... </code></pre> <p>And after a few minutes if everything goes right, you should see</p> <pre><code>Successfully installed rmagick-2.13.1 1 gem installed Installing ri documentation for rmagick-2.13.1... Installing RDoc documentation for rmagick-2.13.1... </code></pre> <p>And that's it. Just two more links that were helpful: <a href="http://phosphor-escence.blogspot.com/2010/10/install-rmagick-on-mingw-and-msys.html" rel="nofollow">1 blog</a> and <a href="http://phosphor-escence.blogspot.com/2010/12/if-you-fail-install-rmagick-on-mingw.html" rel="nofollow">2 blog</a> if you still can't install</p>
 

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