Installing gem on Windows 7
How do I know if a gem can be installed on Windows? I've tried to install statistics2 on a Windows machine and it doesn't work. I actually want to use statsample on windows, but it seems to require statistics2. Doing a gem install statsample works perfectly, but when I try to run it, it says I should install statistics2. So, I'm stuck, and I'm not sure if the solution is going to another OS or if there is a way of getting those thinks working on Windows.
Thanks for any help
Support Staff 2 Posted by Nick Quaranto on 04 Nov, 2010 04:55 PM
Hi there,
If gems have C extensions, usually they need to have a separate windows version (like nokogiri). Most of the time it should just work...if there's specific ones that don't, try to take it up with the author that it's not supported, and consider checking out a patch to do so :)