From: Ron Green Date: 2008-06-02T04:49:12+09:00 Subject: Re: installing 1.8.7 Ron Green wrote: > Luc Heinrich wrote: >> On 1 juin 08, at 08:25, Ron Green wrote: >> >>> Would someone please explain to this idiot (me) how to upgrade my >>> leopard installation to ruby 1.8.7. I've seen the instructions at >>> Hivelogic but I don't want to install it under a different path. >> >> >> Yes, you *do* want to install it under a different path otherwise any >> future system update might silently overwrite your custom install. > > OK, I'll do it. But can someone show me how to alter the instructions on > hivelogic to install 1.8.7? Her are the instructions for 1.8.6. How do I modify this for 1.8.7? curl -O ftp://ftp.ruby-lang.org/pub/ruby/1.8/ruby-1.8.6-p111.tar.gz tar xzvf ruby-1.8.6-p111.tar.gz cd ruby-1.8.6-p111 ./configure --enable-shared --enable-pthread CFLAGS=-D_XOPEN_SOURCE=1 make sudo make install cd .. -- Posted via http://www.ruby-forum.com/.