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 9666e72 commit cacc42d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 6 additions & 2 deletions README.md
Expand Up @@ -16,13 +16,17 @@ OR


(X-code 4.2 is optional as it does NOT include GCC) (X-code 4.2 is optional as it does NOT include GCC)


OR using Edit 3 from http://stackoverflow.com/questions/8032824/cant-install-ruby-under-lion-with-rvm-gcc-issues OR

using Edit 3 from http://stackoverflow.com/questions/8032824/cant-install-ruby-under-lion-with-rvm-gcc-issues


$ rvm install 1.9.3 --with-gcc=clang $ rvm install 1.9.3 --with-gcc=clang


Clang vs GCC: http://clang.llvm.org/comparison.html Clang vs GCC: http://clang.llvm.org/comparison.html


OR from same post: OR

from same post:


$ rvm get head $ rvm get head
$ CC=/usr/bin/gcc-4.2 rvm install 1.9.3 --enable-shared $ CC=/usr/bin/gcc-4.2 rvm install 1.9.3 --enable-shared
Expand Down

0 comments on commit cacc42d

Please sign in to comment.