Forked from rawsyntax/install rubycocoa over rvm's 1.8.7
Created
December 8, 2010 09:04
-
-
Save orlin/733058 to your computer and use it in GitHub Desktop.
Revisions
-
rawsyntax renamed this gist
Jan 29, 2010 . 1 changed file with 0 additions and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,3 @@ ~$ 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.0/RubyCocoa-1.0.0.tar.gz/download -
rawsyntax created this gist
Jan 29, 2010 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,8 @@ #install rubycocoa over rvm's 1.8.7 ~$ 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.0/RubyCocoa-1.0.0.tar.gz/download ~$ tar xzf RubyCocoa-1.0.0.tar.gz && rm RubyCocoa-1.0.0.tar.gz && cd RubyCocoa-1.0.0 ~/RubyCocoa-1.0.0$ ruby install.rb config --build-universal=yes ~/RubyCocoa-1.0.0$ ruby install.rb setup ~/RubyCocoa-1.0.0$ sudo ruby install.rb install