Skip to content

Instantly share code, notes, and snippets.

@MrTin
Forked from fernandoaleman/fix-libv8-mac.txt
Last active February 19, 2019 12:57
Show Gist options
  • Save MrTin/cd19753cd1684a17c84ca92099b3d0f4 to your computer and use it in GitHub Desktop.
Save MrTin/cd19753cd1684a17c84ca92099b3d0f4 to your computer and use it in GitHub Desktop.
Fixing libv8 and therubyracer on Mac
brew tap homebrew/versions
brew install v8-315
gem install libv8 -v '3.16.14.15' -- --with-system-v8
gem install therubyracer -v '0.12.2' -- --with-v8-dir=/usr/local/opt/v8@3.15
bundle
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment