"gem install typhoeus" from the command prompt. I got this error:
ERROR: Error installing typhoeus:
The 'typhoeus' native gem requires installed build tools.
Please update your PATH to include build tools or download the DevKit
Is this similar to the error you got?
$ gem install typhoeus
$ gem install typhoeus
Building native extensions. This could take a while...
Successfully installed mime-types-1.16
Successfully installed typhoeus-0.2.1
2 gems installed
Installing ri documentation for mime-types-1.16...
Installing ri documentation for typhoeus-0.2.1...
Installing RDoc documentation for mime-types-1.16...
Installing RDoc documentation for typhoeus-0.2.1...
$ gem list
*** LOCAL GEMS ***
mime-types (1.16)
typhoeus (0.2.1)
If you don't mind using a UNIX shell (bash) then this might be an option for you. Also, you get Git which is another reason to install msysgit.
To open a msysgit shell window, execute: C:\msysgit\msysgit\msys.bat (if you chose the default install location).
Regards,
Clarence.