Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeg250 committed Feb 29, 2012
1 parent a171c3e commit e8b7639
Showing 1 changed file with 15 additions and 10 deletions.
25 changes: 15 additions & 10 deletions README.md
Expand Up @@ -8,17 +8,22 @@ Install

FIRST INSTALL:

X-Code 4.1 (previous version)
X-Code 4.1 (previous version)

OR

X-Code 4.2 (current version) + GCC
Go to kennethReitz link for GCC: [GCC for OS X](https://github.com/kennethreitz/osx-gcc-installer).

OR

see http://stackoverflow.com/questions/8032824/cant-install-ruby-under-lion-with-rvm-gcc-issues
with Edit 3:
rvm install 1.9.3 --with-gcc=clang

OR
X-Code 4.2 (current version) + GCC
Go to kennethReitz link for GCC: [GCC for OS X](https://github.com/kennethreitz/osx-gcc-installer).
OR
see http://stackoverflow.com/questions/8032824/cant-install-ruby-under-lion-with-rvm-gcc-issues
with Edit 3:
rvm install 1.9.3 --with-gcc=clang
OR
bash-3.2$ rvm get head
bash-3.2$ CC=/usr/bin/gcc-4.2 rvm install 1.9.3 --enable-shared
bash-3.2$ rvm get head
bash-3.2$ CC=/usr/bin/gcc-4.2 rvm install 1.9.3 --enable-shared


Then, run this one-liner:
Expand Down

0 comments on commit e8b7639

Please sign in to comment.