2012-07-03 278 views
2

我在安裝oily_png寶石時遇到錯誤。 Ruby已經安裝了我的系統。我在Windows 7 - 64位。oily_png紅寶石寶石安裝錯誤

C:\Users\jitendra>gem install oily_png 
Fetching: oily_png-1.0.2.gem (100%) 
ERROR: Error installing oily_png: 
     The 'oily_png' 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' 

enter image description here

+0

Umm..did你嘗試按照錯誤消息的指示? – Casper

+0

我不知道我需要更新路徑 –

回答

4

OilyPNG是用C,因此具有進行編譯。您需要安裝並正確設置編譯器,以便Ruby/Rubygems可以找到它來安裝gem。

可以用Windows二進制發佈gem,這樣在Windows機器上就不需要編譯了。不幸的是,因爲我沒有Windows機器,也沒有Windows開發經驗,所以我無法做到這一點。 (拉的請求被接受雖然:)

我的建議是遵循了RubyGems給你的建議是:

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'

+0

謝謝我已經在閱讀說明書後立即安裝它http://i.imgur.com/gylKb.jpg我希望它現在能夠工作 –