Last active
March 9, 2019 01:05
-
-
Save ngs/74da68859f558c1d7a2a75ca6ca0ac7f to your computer and use it in GitHub Desktop.
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 install v8-315 | |
bundle config --local build.libv8 --with-system-v8 | |
bundle config —local build.charlock_holmes --with-cppflags=-DU_USING_ICU_NAMESPACE=1 --with-cxxflags=-std=c++11 | |
bundle config --local build.therubyracer --with-v8-dir=$(brew --prefix v8-315) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment