-
-
Save gordey4doronin/29bbd0c1f87b28f2df1d89377fa6efe2 to your computer and use it in GitHub Desktop.
Fixing libv8 and therubyracer on Mac
This file contains 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 install v8-315 | |
gem install libv8 -v '3.16.14.19' -- --with-system-v8 | |
gem install therubyracer -v '0.12.3' -- --with-v8-dir=/usr/local/opt/[email protected] | |
bundle install |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment