From 5f6af4c215735508b38dc934f3c62a460c10cc1b Mon Sep 17 00:00:00 2001 From: Parker Moore Date: Wed, 18 Sep 2013 13:51:56 -0400 Subject: [PATCH] Add note about installing Xcode on the Mac in the Installation docs. Xcode command-line tools (clang and ruby headers) are required for installing some of Jekyll's dependencies which create native extensions. Closes #1561. --- site/docs/installation.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/site/docs/installation.md b/site/docs/installation.md index af3b5e6b..86104437 100644 --- a/site/docs/installation.md +++ b/site/docs/installation.md @@ -46,6 +46,16 @@ installing Jekyll, check out the [troubleshooting](../troubleshooting/) page or [report an issue]({{ site.repository }}/issues/new) so the Jekyll community can improve the experience for everyone. +
+
Installing Xcode Command-Line Tools
+

+ If you run into issues installing Jekyll's dependencies which make use of + native extensions and are using Mac OS X, you will need to install Xcode + and the Command-Line Tools it ships with. Download in + Preferences → Downloads → Components. +

+
+ ## Optional Extras There are a number of (optional) extra features that Jekyll supports that you