Skip to content

Instantly share code, notes, and snippets.

@Frobitz
Created December 16, 2012 11:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Frobitz/4306533 to your computer and use it in GitHub Desktop.
Save Frobitz/4306533 to your computer and use it in GitHub Desktop.
Install Jekyll (with fix for gcc make error)
#
# Install Jekyll
#
# Follows on from Install RVM and up-to-date Ruby (https://gist.github.com/4306452)
# As my build stands I need to make a symbolic link to gcc
sudo ln -s /usr/bin/llvm-gcc-4.2 /usr/bin/gcc-4.2
# Then it should just be a matter of running...
gem install jekyll
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment