Last active
January 9, 2017 15:56
-
-
Save peterclark/918db03b3c4697a97560814d233d5e8e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
xcode-select --install | |
gem uninstall libv8 | |
gem uninstall therubyracer | |
brew rm v8 | |
brew tap homebrew/dupes | |
brew install apple-gcc42 | |
brew tap homebrew/versions | |
brew install v8-315 | |
brew link --force v8-315 | |
gem install libv8 -- --with-system-v8 | |
gem install therubyracer | |
bundle |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment