I had a problem running Jekyll on Windows 7. When I start
jekyll
I get the following error
C:\temp\jekyll\kouphax.github.com> jekyll Configuration from C:/temp/jekyll/kouphax.github.com/_config.yml Building site: C:/temp/jekyll/kouphax.github.com -> C:/temp/jekyll/kouphax.github.com/_site unit-testing You are missing a library required for Textile. Please run: $ [sudo] gem install RedCloth ERROR: YOUR SITE COULD NOT BE BUILT: ------------------------------------ Missing dependency: RedCloth
However installed RedCloth IS
C:\temp\jekyll\kouphax.github.com> gem install RedCloth Temporarily enhancing PATH to include DevKit... Building native extensions. This could take a while... Successfully installed RedCloth-4.2.8 1 gem installed Installing ri documentation for RedCloth-4.2.8... Installing RDoc documentation for RedCloth-4.2.8...
Can someone enlighten me?
source share