I am trying to run Jekyll on Windows 8 x64 using this guide:
Running Jekyll on Windows
I use the following two downloads from rubyinstaller.org :
- Ruby 2.0.0-p0 (x64)
- DevKit-mingw64-64-4.7.2-20130224-1432-sfx.exe
So, I have configured Ruby and DevKit according to the manual (expect its newer versions). I tried to run a small Hello World.rb script, and it works fine, path variables are set.
Then I try to run gem install jekyll, and I get the following output:
gem install jekyll - output on pastebin.com
The problem seems to be related to a gem called fast-stemmer-1.0.2.gem, or so it seems.
Unfortunately, I have practically no experience with Ruby or Jekyll and have no idea what is going on here. Can someone please take a look at the result and send me in the right direction?
thanks
source share