Forked from thibaudgg/install rubycocoa over rvm's 1.8.7
Created
March 12, 2010 11:47
-
-
Save aslakhellesoy/330254 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/sh | |
ARCHFLAGS='-arch i386 -arch x86_64' | |
rvm install 1.8.7 --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 --build-universal=yes | |
ruby install.rb setup | |
sudo ruby install.rb install |
RubyCocoa 1.0.0 worked. For some reason 1.0.1 is busted for me. Oh well, seems to be working fine now
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hmm, this didnt work for me: http://gist.github.com/374778