Attempting to install libv8, “failed to build gem native extension”

后端 未结 3 1677
再見小時候
再見小時候 2021-02-05 19:44

I am using W7 64bit. Simply put, when I enter:

C:\\Sites>gem install libv8

I get this result:

Temporarily enhancing PATH to          


        
3条回答
  •  再見小時候
    2021-02-05 20:21

    I had the same windows problem that you described with:

    gem 'twitter-bootstrap-rails'
    

    When I switched this the version from github:

    gem 'twitter-bootstrap-rails', :github => 'seyhunak/twitter-bootstrap-rails'
    

    No problem. Give that a shot.

提交回复
热议问题