From: Javier Abaroa on
Hello,

After a lot of time triying, i could finally install rmagick-2.12.2 gem
in ruby-1.8.7 on Windows-Xp.

If ImageMagic is installed in c:/ImageMagic, the secret to install the
gem is the --with-opt-dir:

gem install rmagick -v=2.12.2 -- --with-opt-dir=c:/imagemagick --remote


I have also tried to install magickwand with the same method , but don't
works.


Javier Abaroa.
--
Posted via http://www.ruby-forum.com/.

From: Luis Lavena on
On Mar 30, 7:27 pm, Javier Abaroa <gamh03122...(a)hotmail.com> wrote:
> Hello,
>
> After a lot of time triying, i could finally install rmagick-2.12.2 gem
> in ruby-1.8.7 on Windows-Xp.
>
> If ImageMagic is installed in c:/ImageMagic, the secret to install the
> gem is the --with-opt-dir:
>
> gem install rmagick -v=2.12.2 -- --with-opt-dir=c:/imagemagick --remote
>
> I have also tried to install magickwand with the same method , but don't
> works.
>
> Javier Abaroa.

Please report your issues, success and comments to the gem author at
the project page at RubyForge (under tracker)

http://rubyforge.org/projects/rmagick/
http://rubyforge.org/projects/magickwand/

In that way, your comments don't get lost in the mailing list and
others can find it more easily, even better, maybe the developer can
document the issue.

--
Luis Lavena