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.
This commit is contained in:
Parker Moore 2013-09-18 13:51:56 -04:00
parent f7beb6bff0
commit 5f6af4c215
1 changed files with 10 additions and 0 deletions

View File

@ -46,6 +46,16 @@ installing Jekyll, check out the [troubleshooting](../troubleshooting/) page or
[report an issue]({{ site.repository }}/issues/new) so the Jekyll [report an issue]({{ site.repository }}/issues/new) so the Jekyll
community can improve the experience for everyone. community can improve the experience for everyone.
<div class="note info">
<h5>Installing Xcode Command-Line Tools</h5>
<p>
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
<code>Preferences &#8594; Downloads &#8594; Components</code>.
</p>
</div>
## Optional Extras ## Optional Extras
There are a number of (optional) extra features that Jekyll supports that you There are a number of (optional) extra features that Jekyll supports that you