Skip to content

Instantly share code, notes, and snippets.

@timharding
timharding / fix-libv8-mac.txt
Created May 8, 2019 06:16 — forked from fernandoaleman/fix-libv8-mac.txt
Fixing libv8 and therubyracer on Mac
brew tap homebrew/versions
brew install v8-315
gem install libv8 -v '3.16.14.13' -- --with-system-v8
gem install therubyracer -- --with-v8-dir=/usr/local/opt/v8-315
bundle install