download the rmagick + imageMagick from http://rubyforge.org/frs/download.php/46136/RMagick-2.7.1-ImageMagick-6.4.5-3-Q8.zip
extract it let say d:\rmagick First install the imageMagick then go to command prompt into the same directory then type d:\rmagick>gem install rmagick_file_name.gem Thats it.... Regards Abhishek On Mon, Nov 17, 2008 at 5:50 PM, Frederick Cheung < [EMAIL PROTECTED]> wrote: > > > On 17 Nov 2008, at 12:16, Adam Meyer wrote: > > > > > > > If I type in > > > > gem install rmagick-win32 > > > > it says > > > > ERROR: could not find gem rmagick-win32 locally or in a repository > > > > I know that I need the windows version. I already downloaded it, but I > > don't know where to put the gem file to make ruby find it locally. I > > put > > it to > > > Ah the joys of windows. It doesn't matter where you download the gem > to - it just needs to be in the current folder at the point that you > type > > gem install file-name-of-gem > > Fred > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

