Skip to content

Instantly share code, notes, and snippets.

@akm
Last active March 15, 2016 13:58
Show Gist options
  • Save akm/0a73af44cdbfba60147e to your computer and use it in GitHub Desktop.
Save akm/0a73af44cdbfba60147e to your computer and use it in GitHub Desktop.
El Capitanでv8-315を使ってtherubyracerをインストールする方法 ref: http://qiita.com/akm/items/02c104fc3d39d68f96c7
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
$ 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
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