나는 한 ruby 1.9.2p180 (2011-02-18) [i386-mingw32]
내 윈도우 7 컴퓨터에 설치되어 있어야합니다. 이제 "gem install json"명령을 사용하여 JSON gem을 설치하려고했는데 다음 오류가 발생했습니다.
ERROR: Error installing JSON:
The 'json' native gem requires installed build tools.
Please update your PATH to include build tools or download the DevKit
from '[http://rubyinstaller.org/downloads][1]' and follow the instructions
at '[http://github.com/oneclick/rubyinstaller/wiki/Development-Kit][2]'
그런 다음 DevKit-4.5.0-20100819-1536-sfx.exe를 다운로드했습니다. C : \ DevKit에 추출하십시오. 그런 다음 명령 프롬프트에서 다음 명령을 실행했습니다.
ruby dk.rb init
위의 명령이 실행 된 후 config.yaml이 생성되고 내 루비 폴더 경로가 자동으로 추가되었는지 확인했습니다. 이것은 config.yaml 파일 "-C : / Ruby192"의 맨 아래 줄입니다.
ruby dk.rb review
"ruby dk.rb install"을 실행하면 devkit 기능이 루비에 주입된다는 메시지가 나타납니다.
ruby dk.rb install
다음과 같은 메시지가 나타납니다.
[INFO] RubyGems override already in place for C:/Ruby192, skipping.
[INFO] Installing C:/Ruby192/lib/ruby/site_ruby/devkit.rb
이제 명령을 사용하여 JSON gem을 다시 실행 해 보았습니다 gem install json
. 그런 다음 이전과 같은 오류 메시지가 나타납니다.
ERROR: Error installing JSON:
The 'json' native gem requires installed build tools.........
뭔가 빠졌습니까?