Created
August 24, 2010 02:33
-
-
Save itszero/546800 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
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 權限 |
先做 rvm update? 我的滿正常的。不過 RubyCocoa 那邊不行,看來這個 gist 是失敗的 :P
rvm update
rvm reload
rvm -v >> rvm 1.0.0 by Wayne E. Seguin ([email protected]) [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
rvm install 1.9.2 在我的64bit mac上编译不能通过