Skip to content

Instantly share code, notes, and snippets.

@stevedev
Created November 16, 2011 17:08
Show Gist options
  • Save stevedev/1370683 to your computer and use it in GitHub Desktop.
Save stevedev/1370683 to your computer and use it in GitHub Desktop.
Instal REE on OS X 10.7
rvm pkg install zlib
rvm pkg install openssl
rvm pkg install readline
export CC=/usr/bin/gcc-4.2
rvm install ree --force --with-readline-dir=$rvm_path/usr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment