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:
parent
f7beb6bff0
commit
5f6af4c215
|
@ -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 → Downloads → 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
|
||||||
|
|
Loading…
Reference in New Issue