Building Ruby on Windows manually with VC++ is pretty straightforward. The downside is that two libraries in particular, OpenSSL and Zlib, have always been a PITA to build yourself. Since Rubygems needs Zlib, and Rails needs OpenSSL, this has always been problematic.
The zlib problem has been partially solved by
Zliby, a pure Ruby implementation
(
Read more... )