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 77a2820 commit 9666e72
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 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.

9 changes: 3 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,22 +16,19 @@ OR

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

OR

see http://stackoverflow.com/questions/8032824/cant-install-ruby-under-lion-with-rvm-gcc-issues

with Edit 3:
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

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

OR
OR from same post:

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



Then, run this one-liner:

bash < <(curl -s https://raw.github.com/mikeg250/laptop/master/mac)
Expand Down

0 comments on commit 9666e72

Please sign in to comment.