Skip to content

Instantly share code, notes, and snippets.

@frankyston
Forked from fernandoaleman/fix-libv8-mac.txt
Created October 16, 2019 03:17
Show Gist options
  • Save frankyston/ba148cb1a77974c7c61cefa1cf853ecb to your computer and use it in GitHub Desktop.
Save frankyston/ba148cb1a77974c7c61cefa1cf853ecb 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-315
bundle install
@frankyston
Copy link
Author

brew install [email protected]
gem install therubyracer -- --with-v8-dir=/usr/local/opt/[email protected]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment