Windows 8 マシンにキュウリをインストールするための本に従っていますが、エラーが発生しました。
これまでに行った手順は次のとおりです。
- Ruby Installer を使用してインストールされた Ruby
- インストール済みの Ruby インストーラー開発キット
- ANSICON搭載
- インストール済みバンドラー
Cucumber 自体のインストールに問題があります。コンソール出力は次のとおりです。
C:\>gem install cucumber
Fetching: builder-3.2.2.gem (100%)
Successfully installed builder-3.2.2
Fetching: diff-lcs-1.2.4.gem (100%)
Successfully installed diff-lcs-1.2.4
Fetching: multi_json-1.7.6.gem (100%)
Successfully installed multi_json-1.7.6
Fetching: gherkin-2.12.0.gem (100%)
ERROR: Error installing cucumber:
The 'gherkin' 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'
私は Cucumber を初めて使用し、Ruby の経験がありません。助けていただければ幸いです。