`gem install therubyracer` fails on Mac OS X Lion

后端 未结 11 550
再見小時候
再見小時候 2020-12-04 07:33

I would appreciate some help in getting gem install therubyracer to work. Here is the error:

$ gem install therubyracer
Building native extensio         


        
11条回答
  •  一生所求
    2020-12-04 08:20

    At last I use therubyracer 0.11.0beta5 as a solution.

    Using therubyracer (0.11.0beta5)

    add following on Gemfile

    gem 'therubyracer', '~> 0.11.0beta5'
    group :libv8 do
      gem 'libv8', "~> 3.11.8"
    end
    

    then bundle install

    Mac OSX 10.8 Moutain Lion

提交回复
热议问题