-
-
Save mikeatlas/94c11255316fe98499b27e245d5e88b4 to your computer and use it in GitHub Desktop.
Fixing libv8 and therubyracer on Mac
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
brew tap homebrew/versions | |
brew install v8-319 | |
gem install libv8 -v '3.16.14.19' -- --with-system-v8 | |
gem install therubyracer -- --with-v8-dir=/usr/local/opt/v8-319 | |
bundle install |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment