LoginSignup
6
8

More than 5 years have passed since last update.

EI Captianでbundle installを使ってtherubyracerがインストールできない

Last updated at Posted at 2016-03-03

環境

  • therubyracer: 0.12.1

解決策

gem uninstall libv8
brew rm v8

brew tap homebrew/dupes
brew install apple-gcc42

brew tap homebrew/versions
brew install v8-315
brew link --force v8-315

bundleでinstall

bundle config build.libv8 --with-system-v8
bundle install --path vendor/bundle

その後にupdateする

bundle update libv8
bundle update therubyracer

参考

6
8
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
6
8