Ruby on Windows beyong 1.8.6 how to install?

on page

http://www.ruby-lang.org/en/downloads/

for Ruby 1.8.7 and beyond, there is no one-click installer, so how do we
install it? by unzipping it and setting some path in autoexec.bat or
something like that? is there a page to explain it? thanks.

SpringFlowers AutumnMoon wrote:

on page

Download Ruby

for Ruby 1.8.7 and beyond, there is no one-click installer, so how do we
install it? by unzipping it and setting some path in autoexec.bat or
something like that? is there a page to explain it? thanks.

Good question. Currently you’d need to download the executables and a
few “helper” dll’s and put them all in the same folder and run it.

Or download luis’ one click installer

then run rake ruby19
then look in the sandbox/ruby_mingw folder for an install.
Cheers!
-=r

Roger P. wrote:

Or download luis’ one click installer
GitHub - oneclick/rubyinstaller: RubyInstaller for Windows - Build recipes

thanks… how would it be if i use the Ruby 1.8.6’s one click installer,
and then unzip Ruby 1.8.7 or Ruby 1.9, and just copy all folder and
files to the c:\ruby folder that was for 1.8.6? thanks.

SpringFlowers AutumnMoon wrote:

Roger P. wrote:

Or download luis’ one click installer
GitHub - oneclick/rubyinstaller: RubyInstaller for Windows - Build recipes

thanks… how would it be if i use the Ruby 1.8.6’s one click installer,
and then unzip Ruby 1.8.7 or Ruby 1.9, and just copy all folder and
files to the c:\ruby folder that was for 1.8.6? thanks.

yeah that would work I think.
-=r