Created
April 28, 2016 16:41
-
-
Save just3ws/0c13eefc5fdf975d4a34397d9ab4edfb to your computer and use it in GitHub Desktop.
Getting RubyGems that depend on an older libv8 to work with El Capitan OS X
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
brew tap homebrew/versions | |
brew install v8-315 | |
brew unlink v8-315 && brew link v8-315 | |
brew link --force v8-315 | |
bundle config --global build.libv8 --with-system-v8 | |
bundle install --full-index --jobs 4 --clean |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment