Merge pull request #4685 from smacz42/master

Merge pull request 4685
This commit is contained in:
jekyllbot 2016-03-20 15:32:46 -07:00
commit 983cd60a8d
1 changed files with 7 additions and 0 deletions

View File

@ -30,6 +30,13 @@ On Red Hat, CentOS, and Fedora systems you can do this by running:
sudo yum install ruby-devel sudo yum install ruby-devel
{% endhighlight %} {% endhighlight %}
If you installed the above - specifically on Fedora 23 - but the extensions would still not compile, you are probably running a Fedora image that misses the `redhat-rpm-config` package. To solve this, simply run:
{% highlight bash %}
sudo dnf install redhat-rpm-config
{% endhighlight %}
On [NearlyFreeSpeech](https://www.nearlyfreespeech.net/) you need to run the On [NearlyFreeSpeech](https://www.nearlyfreespeech.net/) you need to run the
following commands before installing Jekyll: following commands before installing Jekyll: