Skip to content

Instantly share code, notes, and snippets.

@gordey4doronin
Forked from fernandoaleman/fix-libv8-mac.txt
Last active November 12, 2019 06:11
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 gordey4doronin/29bbd0c1f87b28f2df1d89377fa6efe2 to your computer and use it in GitHub Desktop.
Save gordey4doronin/29bbd0c1f87b28f2df1d89377fa6efe2 to your computer and use it in GitHub Desktop.
Fixing libv8 and therubyracer on Mac
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/v8@3.15
bundle install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment