Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save barnabyalter/cc349a5d6b5c0c988b861fee05a8a110 to your computer and use it in GitHub Desktop.
Save barnabyalter/cc349a5d6b5c0c988b861fee05a8a110 to your computer and use it in GitHub Desktop.
libv8 and therubyracer on MacOS Catalina
$ 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