https://middlemanapp.com/ "gem"を使用してインストールしようとしていますが、次のエラーが表示されます。エラーメッセージのリンクを読みましたが、解決策が見つかりません。Ruby/GEMインストールミドルマンエラー: 'fast_blank'ネイティブの宝石にはインストールされたビルドツールが必要です
C:\ Users \ユーザーuser1の>ルビー-v ルビー2.3.3p222(2016年11月21日リビジョン56859)[x64の-MINGW32]
C:\Users\user1>gem -v
2.5.2
C:\Users\user1>gem install middleman
Fetching: bundler-1.13.6.gem (100%)
Successfully installed bundler-1.13.6
Fetching: rack-2.0.1.gem (100%)
Successfully installed rack-2.0.1
Fetching: tilt-2.0.5.gem (100%)
Successfully installed tilt-2.0.5
Fetching: erubis-2.7.0.gem (100%)
Successfully installed erubis-2.7.0
Fetching: fast_blank-1.0.0.gem (100%)
ERROR: Error installing middleman:
The 'fast_blank' 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'
なるほど:開発キットのインスタレーションここについて
ruby dk.rb install
さらに詳しい情報:
- C:/Ruby22-x64
最後に、次の命令を実行する必要があります。あなたはdevキットがインストールされていますか? – Phobos