Skip to content

Instantly share code, notes, and snippets.

@chadoh
Created November 19, 2014 23:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chadoh/9591825ce729bd911464 to your computer and use it in GitHub Desktop.
Save chadoh/9591825ce729bd911464 to your computer and use it in GitHub Desktop.
install libv8 & therubyracer on yosemite
brew uninstall v8
gem install therubyracer -v '$YOUR_VERSION_HERE'
brew install v8
gem install libv8 -v '$YOUR_VERSION_HERE' -- --with-system-v8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment