Skip to content

Instantly share code, notes, and snippets.

@fongfan999
Forked from fernandoaleman/fix-libv8-mac.txt
Created September 26, 2019 10:54
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 fongfan999/94abc2b1e283f4984db649a53fe01d97 to your computer and use it in GitHub Desktop.
Save fongfan999/94abc2b1e283f4984db649a53fe01d97 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.13' -- --with-system-v8
gem install therubyracer -- --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