gem在Windows上安装jekyll错误

我已经在Webstorm 7上创build了新的twitter-bootstrap项目,并更新了npm,然后执行了咕噜评论我在下面的错误Jekyll

Running "jekyll:docs" (jekyll) task Warning: Please install Jekyll before running this task. Use --force to continue. Aborted due to warnings. 

然后,我按照( http://www.madhur.co.in/blog/2011/09/01/runningjekyllwindows.html)URL给出的步骤,现在我得到错误

 gem install jekyll 

步。 请看下面的gem_make.out文件的错误日志

C:/Ruby200/bin/ruby.exe extconf.rb创buildMakefile

make“DESTDIR =”生成stemmer -i386-mingw32.def编译porter.c make:execvp:gcc:坏文件编号make: * [porter.o]错误127

请指导我如何过来这个问题。

这里是如何在Windows上运行Jekyll的指南。

它包括安装Ruby DevKit,这很可能是你错过的东西。

另外,假设你在Windows上,你可以使用scoop来安装Ruby,使用起来非常简单,它将随着Ruby一起安装DevKit。

我希望这有帮助。