[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

Ruby on Windows beyong 1.8.6 how to install?

SpringFlowers AutumnMoon

4/18/2009 4:31:00 PM

on page

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

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.
--
Posted via http://www.ruby-....

3 Answers

Roger Pack

4/18/2009 7:42:00 PM

0

SpringFlowers AutumnMoon wrote:
> on page
>
> http://www.ruby-lang.org/en/...
>
> 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
http://github.com/oneclick/rubyinstaller/t...

then run rake ruby19
then look in the sandbox/ruby_mingw folder for an install.
Cheers!
-=r
--
Posted via http://www.ruby-....

SpringFlowers AutumnMoon

4/19/2009 2:46:00 PM

0

Roger Pack wrote:

> Or download luis' one click installer
> http://github.com/oneclick/rubyinstaller/t...

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.


--
Posted via http://www.ruby-....

Roger Pack

4/20/2009 7:06:00 AM

0

SpringFlowers AutumnMoon wrote:
> Roger Pack wrote:
>
>> Or download luis' one click installer
>> http://github.com/oneclick/rubyinstaller/t...
>
> 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
--
Posted via http://www.ruby-....