Created
March 28, 2020 23:01
-
-
Save iamajvillalobos/83f3b2140046bf1f45a6c2694467ee04 to your computer and use it in GitHub Desktop.
Install libv8 in Mac OS Catalina 10.15
This file contains 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 install v8@3.15 | |
$ bundle config build.libv8 --with-system-v8 | |
$ bundle config build.therubyracer --with-v8-dir=$(brew --prefix v8@3.15) | |
$ bundle install |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment