------ art_15233_717427.1180903154297 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline I've not played with Xcode yet - would I have to download this from the Apple site? There seems to be a beta type version available of close to 1GB? On 6/4/07, Tim Hunter <TimHunter / nc.rr.com> wrote: > > Greg Hauptmann wrote: > > Hi, > > > > I'm interested in getting my Macbook Ruby installation up to v1.8.6. > > What's > > the easiest way? > > > > I already have Locomotive, but I was thinking of trying to avoid using > > this > > and going with a base Ruby installation so that when I go to iTerm / > > Terminals they would see the latest version of Ruby. Fink doesn't > > seem to > > have v1.8.6 listed (only up to v.1.8.5). > > > > Tks > > > I think the easiest way is to simply download the tarball from > www.ruby-lang.org and compile it yourself. If you've already got the > Xcode tools installed, it's simply a matter of > > ./configure > make > sudo make install > > And the make sure you've got /usr/local/bin in front of /usr/bin in your > PATH: > > export PATH sr/local/bin:$PATH > > > -- > RMagick OS X Installer [http://rubyforge.org/projects/rmagick/] > RMagick Hints & Tips [http://rubyforge.org/forum/forum.php?forum_id18] > RMagick Installation FAQ [http://rmagick.rubyforge.org/install-faq.html] > > > ------ art_15233_717427.1180903154297--