kaminariをWindows環境にインストールしたかった

次のサイトを見て、古いかもしれないけどRails3.2.14をインストールした。

Ruby on Rails 3.2 を Windows にインストールする手順をかなり丁寧に説明してみました - Rails 雑感 - Ruby on Rails with OIAX

 

んで、Gemfileに

gem kaminari

と書いて、bundle installしたら次のエラーが出た。

Using kaminari (0.14.1)

Installing libv8 (3.11.8.17)

Gem::InstallError: The 'libv8' native gem requires installed build tools.

 

Please update your PATH to include build tools or download the DevKit

from 'http://rubyinstaller.org/downloads' and follow the instructions

at 'http://github.com/oneclick/rubyinstaller/wiki/Development-Kit'

An error occurred while installing libv8 (3.11.8.17), and Bundler cannot

continue.

Make sure that `gem install libv8 -v '3.11.8.17'` succeeds before bundling.

 

ウボァー

ぐぐってみたら次の情報

ruby on rails - therubyracer gem on windows - Stack Overflow

 

there is no way that I know of to currently install this gem on windows.

 

・・・これは、あきらめたほうがいいのかも。

L