Ruby 1.9 and RMagick

A

Alex DeCaria

The only application keeping me from going completely to Ruby 1.9 (from
1.8) is RMagick. Can RMagick be used on Windows with Ruby 1.9? If so,
what do I need to do to install it? There isn't an RMagick Gem yet for
Ruby 1.9 that I can find.

--Alex DeCaria
 
R

Roger Pack

Alex said:
The only application keeping me from going completely to Ruby 1.9 (from
1.8) is RMagick. Can RMagick be used on Windows with Ruby 1.9? If so,
what do I need to do to install it? There isn't an RMagick Gem yet for
Ruby 1.9 that I can find.

source is the only way.

some clues:


http://www.waydotnet.com/blog/2010/02/rmagick-on-ruby-1-9-1-i386-mingw32-work-d

and

"- install using official ImageMagick installer for Windows
- set DFImageMagick environment variable to where I installed it
- set PATH=%DFImageMagick%;%PATH% (if you don't already have it in PATH)
- set CPATH=%DFImageMagick%\include;%CPATH%
- set LIBRARY_PATH=%DFImageMagick%\lib;%LIBRARY_PATH%
- gem install rmagick
"

from

http://groups.google.com/group/ruby...235b88361b?lnk=gst&q=rmagick#e47b12235b88361b

http://betterlogic.com/roger/?p=2186
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,770
Messages
2,569,584
Members
45,075
Latest member
MakersCBDBloodSupport

Latest Threads

Top