Skip to content

Instantly share code, notes, and snippets.

@itszero
Created August 24, 2010 02:33
Show Gist options
  • Save itszero/546800 to your computer and use it in GitHub Desktop.
Save itszero/546800 to your computer and use it in GitHub Desktop.
rvm install 1.9.1 # 不要用 1.9.2,會有很多問題 :P
wget http://sourceforge.net/projects/rubycocoa/files/RubyCocoa/1.0.1/RubyCocoa-1.0.1.tar.gz/download
tar zxvf RubyCocoa-1.0.1.tar.gz
cd RubyCocoa-1.0.1
ruby install.rb config
ruby install.rb setup
sudo ruby install.rb install # 會安裝像 Xcode Template 等東西,需要 root 權限
@marshluca
Copy link

rvm install 1.9.2 在我的64bit mac上编译不能通过

@itszero
Copy link
Author

itszero commented Aug 24, 2010

先做 rvm update? 我的滿正常的。不過 RubyCocoa 那邊不行,看來這個 gist 是失敗的 :P

@marshluca
Copy link

rvm update
rvm reload
rvm -v >> rvm 1.0.0 by Wayne E. Seguin (wayneeseguin@gmail.com) [http://rvm.beginrescueend.com/]

然后install 1.9.2依旧提示make.error.log为编译不通过64bit

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment