Problems with jslint-v8 Ruby gem installation on Windows7 64-bit

前端 未结 3 2111
别那么骄傲
别那么骄傲 2021-01-15 00:16

There is a problem during Rally App SDK 2.0p environment setup on Windows 7 (64-bit). I have installed Ruby 1.8.7-p358 from rubyinstaller.org and managed to install rake Rub

3条回答
  •  自闭症患者
    2021-01-15 01:15

    For building gem native extensions in Windows when you install a gem, you usually need the DevKit installed too: http://rubyinstaller.org/downloads/ - go to the devkit download link
    Their github page has instructions for installing it: https://github.com/oneclick/rubyinstaller/wiki/Development-Kit

    I would also recommend using Ruby 1.9.3 instead of 1.8.7, but that shouldn't be much of an issue

    Hope that helps.

提交回复
热议问题