Last active
March 15, 2016 13:58
-
-
Save akm/0a73af44cdbfba60147e to your computer and use it in GitHub Desktop.
El Capitanでv8-315を使ってtherubyracerをインストールする方法 ref: http://qiita.com/akm/items/02c104fc3d39d68f96c7
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 | |
gem install libv8 -v '3.16.14.13' -- --with-system-v8 | |
gem install therubyracer -- --with-v8-dir=/usr/local/opt/v8-315 | |
bundle install |
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
$ sw_vers -productVersion | |
10.11.3 | |
$ ruby -v | |
ruby 2.3.0p0 (2015-12-25 revision 53290) [x86_64-darwin15] | |
$ gem -v | |
2.5.1 | |
$ bundle -v | |
Bundler version 1.11.2 |
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
gem install libv8 -v '3.16.14.13' -- --with-system-v8 | |
gem install therubyracer -- --with-v8-dir |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment