如何安装Nokogiri Gem for Windows

时间:2011-06-23 14:30:18

标签: ruby-on-rails gem jruby nokogiri

我对nokogiri的宝石有这个问题:

无法打开库'C:\ Ruby187 \ lib \ ruby​​ \ gems \ 1.8 \ gems \ nokogiri-1.4.6-x86-mingw32 \ ext \ nokogiri \ libxml2.dll':未知

我读到我必须尝试1.5.0.beta3版本。但是,当我跑

C:\Users\t3en4>gem install nokogiri --pre
Fetching: nokogiri-1.5.0.beta.4.gem (100%)
ERROR:  Error installing nokogiri:
        The 'nokogiri' 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'

我该怎么办?

2 个答案:

答案 0 :(得分:8)

哇, 我找到了解决方案,有64位的nokogiri

转到rubygems, 转到nokogiri gem,看一下版本列表!

https://rubygems.org/gems/nokogiri

注意x64-mingw32和x86-mingw32版本

花了我几个小时才想出来...... enter image description here

答案 1 :(得分:6)

您需要DevKit才能正确编译gem。