Tuesday, June 8, 2010

Ruby 1.9.2 preview 3 is able on Windows using MinGW

As you see these article(#1, #2), installing ruby 1.9.1 on Windows using MinGW a little hurt. But in ruby 1.9.2 preview 3, there is all okay. You just do CMMI instructions on your MSYS terminal like below:

Youhei@3935-CF61 ~ $ tar -jxvf ruby-1.9.2-preview3.tar.bz2
Youhei@3935-CF61 ~ $ cd ruby-1.9.2-preview3
Youhei@3935-CF61 ~/ruby-1.9.2-preview3 $ ./configure --prefix=c:/ruby-1.9.1 --enable-shared
Youhei@3935-CF61 ~/ruby-1.9.2-preview3 $ make
Youhei@3935-CF61 ~/ruby-1.9.2-preview3 $ make install

No comments:

Post a Comment