Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save orlin/733058 to your computer and use it in GitHub Desktop.

Select an option

Save orlin/733058 to your computer and use it in GitHub Desktop.

Revisions

  1. @rawsyntax rawsyntax renamed this gist Jan 29, 2010. 1 changed file with 0 additions and 1 deletion.
    1 change: 0 additions & 1 deletion *scratch* → install rubycocoa over rvm's 1.8.7
    Original file line number Diff line number Diff line change
    @@ -1,4 +1,3 @@
    #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
  2. @rawsyntax rawsyntax created this gist Jan 29, 2010.
    8 changes: 8 additions & 0 deletions *scratch*
    Original 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