-
-
Notifications
You must be signed in to change notification settings - Fork 260
Closed
Labels
Description
Installs just fine on Yosemite with:
brew install gcc
ruby-install ruby 1.8.7-p374 -- --without-tk CC=gcc-4.9
# optionally, don't forget rubygems
cd ~/src
curl -O http://production.cf.rubygems.org/rubygems/rubygems-2.4.2.tgz
tar xvfz rubygems-2.4.2.tgz
cd rubygems-2.4.2
ruby setup.rb
Otherwise it complains about Tk headers (IIRC, it was the same in Mavericks). Alternative is to install XQuartz or something, but hey, this one is quicker.
I don't know if it's worthwhile to add a note about it in the README since it's totally unsupported upstream, but sadly some people still have a few projects incompatible with 1.9+.