Skip to content

Instantly share code, notes, and snippets.

@mikehale
Created April 1, 2010 20:08
Show Gist options
  • Select an option

  • Save mikehale/352306 to your computer and use it in GitHub Desktop.

Select an option

Save mikehale/352306 to your computer and use it in GitHub Desktop.
install ruby cocoa for rvm ruby 1.8.6 (doesn't work yet)
#!/usr/bin/sh
ARCHFLAGS='-arch i386 -arch x86_64' rvm install 1.8.6 --debug --reconfigure -C --enable-shared=yes
wget http://sourceforge.net/projects/rubycocoa/files/RubyCocoa/1.0.1/RubyCocoa-1.0.1.tar.gz/download && \
tar xzf RubyCocoa-1.0.1.tar.gz && \
rm RubyCocoa-1.0.1.tar.gz && \
cd RubyCocoa-1.0.1 && \
ruby install.rb config \
ruby install.rb setup && \
sudo ruby install.rb install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment