views:

17

answers:

1

More and more gems I run into requires building "native extensive", such as RedCloth. Are there tools that are open-source or free that is sufficient to do that? I heard MS Visual Studio also has a free version. Will that be enough to build native extensions?

+1  A: 

If you installed Ruby with the RubyInstaller (as you should), then the DevKit has everything you need.

If you use the obsolete MSVC6 builds, then you need to install Microsoft Visual C++ 6.0, because newer versions of MSVC are incompatible. Good luck finding that, though, MSVC6 isn't even from this millenium.

Jörg W Mittag
by the way I just saw in Rails Tutorial's screencast http://railstutorial.org/screencasts that cygwin installation has a gcc option
動靜能量