[lnkForumImage]
TotalShareware - Download Free Software

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


 

Forums >

comp.lang.ruby

Binary (dmg) for Ruby 1.8.4 on OS X 10.4?

Keith Pitty

3/29/2006 5:42:00 AM

Hello,

I would like to upgrade Ruby from 1.8.2 to 1.8.4 on OS X 10.4 and am
wondering if there's a binary (dmg) file I can use to save me compiling.
I'm sure I used one when I installed 1.8.2.

Does anybody know of a dmg file for 1.8.4?

Thanks in advance.

Keith Pitty

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


2 Answers

Daniel Harple

3/29/2006 6:19:00 AM

0

On Mar 29, 2006, at 7:42 AM, Keith Pitty wrote:

> Does anybody know of a dmg file for 1.8.4?

This was created using darwinports -- port mpkg ruby, which creates
an installer for ruby and all it's dependencies. It will install to /
opt/local. If you ever plan on installing darwinports, be sure to
remove this. Note: I've never tested doing this, but I am 90% sure it
will work.

Packaged:
* libiconv-1.10
* openssl-0.9.8a
* readline-5.0.005
* zlib-1.2.3
* ruby-1.8.4

Everything should work, unlike the ruby apple ships. ;)

http://generalconsumption.org/ruby/ruby...

Regards,
-- Daniel


eye matz

3/29/2006 9:13:00 AM

0

Hi Keith,

I know it's not exactly what you asked for, but could be off use for
someone else.

Have you tried this install script from Topfunky (Geoffrey Grossenbach).
It worked a treat on my systems
[
http://nubyonrails.topfunky.com/articles/2005/12/29/an-even-better-way-to-build-ruby-rails-lighttpd-and-mysq...
]

It gives you more than just ruby and it's 1.8.4 as well.

regards,

eyematz


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