[lnkForumImage]
TotalShareware - Download Free Software

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


 

Forums >

comp.lang.ruby

Best way to get latest ruby on OS X?

Dennis Roberts

4/2/2005 2:57:00 PM

So I just got a mac mini and want to get the latest version of ruby.
What is the best way to do that? fink? compile myself? Is there some
fancy DMG just waiting for me? Thanks.


20 Answers

Tim Hunter

4/2/2005 3:03:00 PM

0

Dennis Roberts wrote:
> So I just got a mac mini and want to get the latest version of ruby.
> What is the best way to do that? fink? compile myself? Is there some
> fancy DMG just waiting for me? Thanks.
>
>
There may well be something on fink but compiling Ruby from source takes
all of 5 minutes and you always know exactly what you've got. Installing
the fink infrastructure takes longer than that.

Chad Fowler

4/2/2005 3:11:00 PM

0

On Apr 2, 2005 6:57 AM, Dennis Roberts <denrober@gmail.com> wrote:
> So I just got a mac mini and want to get the latest version of ruby.
> What is the best way to do that? fink? compile myself? Is there some
> fancy DMG just waiting for me? Thanks.
>
>

http://homepage.mac.com/dis...

--

Chad Fowler
http://chad...
http://rubyc...
http://ruby...
http://rubygems.rub... (over 100,000 gems served!)


Dennis Roberts

4/2/2005 3:20:00 PM

0

Thanks Chad! Just what I was looking for.

On Apr 2, 2005 7:10 AM, Chad Fowler <chadfowler@gmail.com> wrote:
>
> http://homepage.mac.com/dis...
>
> --
>
> Chad Fowler


Eric Jacoboni

4/2/2005 4:34:00 PM

0

Timothy Hunter <cyclists@nc.rr.com> writes:

> There may well be something on fink

AFAIK, Fink version is a old one.

For Ruby on mac, go for Darwin Ports: so far, they alway tracks latest
releases.

--
Éric Jacoboni, né il y a 1415903376 secondes

Sam Roberts

4/2/2005 4:39:00 PM

0

Quoting jaco@neottia.net, on Sun, Apr 03, 2005 at 01:34:44AM +0900:
> Timothy Hunter <cyclists@nc.rr.com> writes:
>
> > There may well be something on fink
>
> AFAIK, Fink version is a old one.
>
> For Ruby on mac, go for Darwin Ports: so far, they alway tracks latest
> releases.

But don't support readline, which makes irb pretty painful.

Sam



lucsky

4/2/2005 4:55:00 PM

0

Dennis Roberts <denrober@gmail.com> wrote:

> So I just got a mac mini and want to get the latest version of ruby.
> What is the best way to do that? fink? compile myself?

Stay away from fink at all costs. Just download the source tarball and
compile it.

--
Luc Heinrich - lucsky@mac.com

Petite Abeille

4/2/2005 5:41:00 PM

0


On Apr 02, 2005, at 18:59, Luc Heinrich wrote:

> Stay away from fink at all costs. Just download the source tarball and
> compile it.

Alternatively, you might want to consider Gentoo's Portage:

http://www.gentoo.org/main/en...

http://www.gentoo.org/doc/en/macos...

Once installed, simply type "emerge ruby".

Cheers

--
PA, Onnay Equitursay
http://alt.text...



Eric Jacoboni

4/2/2005 5:46:00 PM

0

Sam Roberts <sroberts@uniserve.com> writes:


> But don't support readline, which makes irb pretty painful.

You're right (i've never noticed this pb as i don't use irb). That's
rather suprising as this port depends on readline, though.

--
Éric Jacoboni, né il y a 1415907667 secondes

Sam Roberts

4/2/2005 6:20:00 PM

0

Quoting jaco@neottia.net, on Sun, Apr 03, 2005 at 02:49:44AM +0900:
> Sam Roberts <sroberts@uniserve.com> writes:
> > But don't support readline, which makes irb pretty painful.
>
> You're right (i've never noticed this pb as i don't use irb). That's

I find it handy, particularly because the debugger doesn't work very
well (and doesn't have readline support either).

> rather suprising as this port depends on readline, though.

making it depend on readline is just a line in the portfile.

Making ruby see that readline is there and build against it is harder.

I've killed some time trying to get it to happen, with no success, yet.

Cheers,
Sam



Eric Jacoboni

4/2/2005 7:05:00 PM

0

Sam Roberts <sroberts@uniserve.com> writes:

>> rather suprising as this port depends on readline, though.
>
> making it depend on readline is just a line in the portfile.
>
> Making ruby see that readline is there and build against it is harder.

Sure... But it shows there is a problem with this port. Browsing
bugzilla on Darwinports show that the maintainer is aware of it and is
working on it.
--
Éric Jacoboni, né il y a 1415912545 secondes